mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
11 lines
No EOL
156 B
TOML
11 lines
No EOL
156 B
TOML
[build]
|
|
base = "frontend/"
|
|
publish = "build/"
|
|
|
|
[template.environment]
|
|
NODE_ENV = "production"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/"
|
|
status = 200 |