diff --git a/apps/frontend/wrangler.jsonc b/apps/frontend/wrangler.jsonc index 22da20148b..45264c2c1f 100644 --- a/apps/frontend/wrangler.jsonc +++ b/apps/frontend/wrangler.jsonc @@ -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/",