mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
14 lines
No EOL
271 B
TOML
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 |