You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
242 B
TOML

[build]
command = "pnpm run build"
publish = ".next"
[build.environment]
NODE_OPTIONS = "--max_old_space_size=8192"
[template.environment]
OPENAI_API_KEY = "set your OpenAI API Key"
ACCESS_CODE = "set your password to protect your api key"