Files
lobehub/netlify.toml
2025-01-17 13:08:23 +08:00

11 lines
278 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"
ACCESS_CODE = "set your password to protect your api key"