mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
9 lines
220 B
TOML
9 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"
|