mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
fix: Correct typo in TOOLJET_EDITION and update redirects in netlify.toml (#13186)
This commit is contained in:
parent
e051caca47
commit
0e8ed516b8
1 changed files with 5 additions and 4 deletions
|
|
@ -5,11 +5,12 @@
|
|||
|
||||
[template.environment]
|
||||
NODE_ENV = "production"
|
||||
TOOOLJET_EDITION = "cloud"
|
||||
TOOLJET_EDITION = "cloud"
|
||||
NODE_VERSION = "22.15.1"
|
||||
NPM_VERSION = "10.9.2"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/"
|
||||
status = 200
|
||||
from = "/api/*"
|
||||
to = "https://gcpstage-server.tooljet.ai/api/:splat"
|
||||
status = 200
|
||||
force = true
|
||||
Loading…
Reference in a new issue