ToolJet/netlify.toml
Midhun G S c7d164c1c8
Added configuration to select plugins (#3024)
* 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
2022-05-20 19:32:46 +05:30

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