ToolJet/netlify.toml
2022-05-09 15:39:15 +05:30

14 lines
No EOL
271 B
TOML

[build]
base = "/"
publish = "frontend/build/"
command = "npm run build:plugins && npm run build:frontend"
[template.environment]
NODE_ENV = "production"
NODE_VERSION = "14.17.3"
NPM_VERSION = "7.20.0"
[[redirects]]
from = "/*"
to = "/"
status = 200