12 lines
209 B
TOML
12 lines
209 B
TOML
|
|
# This file controls the settings for your Edge Function when deployed to Supabase.
|
|
|
|
[build]
|
|
command = ""
|
|
|
|
[deploy]
|
|
release_command = ""
|
|
|
|
[build.environment_variables]
|
|
OPENAI_API_KEY = "{{ OPENAI_API_KEY }}"
|