mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
7 lines
173 B
TOML
7 lines
173 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "docs/.vuepress/dist"
|
|
# Handle our memory-hungry builds
|
|
[build.environment]
|
|
NODE_OPTIONS = "--max_old_space_size=4096"
|