mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
11 lines
242 B
TOML
11 lines
242 B
TOML
[build]
|
|
command = "pnpm run build"
|
|
publish = ".next"
|
|
|
|
[build.environment]
|
|
NODE_OPTIONS = "--max-old-space-size=4096"
|
|
|
|
[template.environment]
|
|
OPENAI_API_KEY = "set your OpenAI API Key"
|
|
ACCESS_CODE = "set your password to protect your api key"
|