ToolJet/netlify.toml
2025-08-03 12:39:18 +05:30

15 lines
303 B
TOML

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