mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
10 lines
220 B
TOML
10 lines
220 B
TOML
[build]
|
|
command = "rm -rf .next node_modules/.cache && pnpm run build"
|
|
publish = ".next"
|
|
|
|
[build.environment]
|
|
NODE_OPTIONS = "--max-old-space-size=4096"
|
|
|
|
[template.environment]
|
|
OPENAI_API_KEY = "set your OpenAI API Key"
|