mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
fix: set NODE_ENV in wrangler
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
"mode": "smart"
|
||||
},
|
||||
"vars": {
|
||||
"NODE_ENV": "production",
|
||||
"ENVIRONMENT": "production",
|
||||
"SENTRY_ENVIRONMENT": "production",
|
||||
"BASE_URL": "https://api.modrinth.com/v2/",
|
||||
@@ -66,6 +67,7 @@
|
||||
},
|
||||
"routes": ["staging.modrinth.com/*"],
|
||||
"vars": {
|
||||
"NODE_ENV": "development",
|
||||
"ENVIRONMENT": "staging",
|
||||
"SENTRY_ENVIRONMENT": "staging",
|
||||
"BASE_URL": "https://staging-api.modrinth.com/v2/",
|
||||
|
||||
Reference in New Issue
Block a user