9 lines
178 B
TOML
9 lines
178 B
TOML
|
|
[build]
|
||
|
|
command = "npm run build"
|
||
|
|
publish = ".next"
|
||
|
|
|
||
|
|
|
||
|
|
[template.environment]
|
||
|
|
OPENAI_API_KEY = "set your OpenAI API Key"
|
||
|
|
ACCESS_CODE = "set your password to protect your api key"
|