Skip to content

Commit 3b12d7a

Browse files
Prefer builtin NODE_ENV over redundant environment variables (#7726)
* Remove unused PROD variable * Remove redundant DEV checks * Remove unused runtime CI environment variable * Update snapshots * Bring back headers and allow NODE_ENV to work in the browser * Update snapshots * Update snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 989c48a commit 3b12d7a

File tree

34 files changed

+6
-61
lines changed

34 files changed

+6
-61
lines changed

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# DO NOT commit secrets, overrides go in the ignored `.env.development.local`
22

33
NODE_ENV=development
4-
DEV=true
54

65
# App
76
VITE_KITTYCAD_API_BASE_URL=https://api.dev.zoo.dev

0 commit comments

Comments
 (0)