ToolJet/netlify.toml

16 lines
303 B
TOML
Raw Normal View History

2021-04-30 02:23:50 +00:00
[build]
2022-05-09 10:09:15 +00:00
base = "/"
publish = "frontend/build/"
command = "npm run build:plugins:prod && npm run build:frontend"
2021-04-30 02:23:50 +00:00
[template.environment]
2025-07-03 16:16:38 +00:00
NODE_ENV = "production"
2025-08-03 07:09:18 +00:00
TOOLJET_EDITION = "cloud"
2025-07-03 16:16:38 +00:00
NODE_VERSION = "22.15.1"
NPM_VERSION = "10.9.2"
[[redirects]]
from = "/*"
to = "/"
2025-07-03 16:16:38 +00:00
status = 200