mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
15 lines
303 B
TOML
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
|