fix: Correct typo in TOOLJET_EDITION and update redirects in netlify.toml (#13186)

This commit is contained in:
Adish M 2025-07-03 22:31:21 +05:30 committed by GitHub
parent e051caca47
commit 0e8ed516b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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