mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
* Added configs to select plugins * moving the configs to * removing private from common * fix * removed if-env * Fix * docker compose changes * review comments * remove plugin build file * revert docker file changes * netlify changes * netlify configs * build script changes * build script changes * dockerfile changes * add prebuild script
14 lines
No EOL
276 B
TOML
14 lines
No EOL
276 B
TOML
[build]
|
|
base = "/"
|
|
publish = "frontend/build/"
|
|
command = "npm run build:plugins:prod && npm run build:frontend"
|
|
|
|
[template.environment]
|
|
NODE_ENV = "production"
|
|
NODE_VERSION = "14.17.3"
|
|
NPM_VERSION = "7.20.0"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/"
|
|
status = 200 |