Skip to content

Commit b23be5b

Browse files
committed
fix: 🐛 Resolve build exceptions
1 parent 9256436 commit b23be5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.development

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
NODE_ENV=development
12
VITE_APP_PREVIEW=true
23
VITE_APP_API_BASE_URL=/api
3-
VITE_HTTP_MOCK=true
4+
VITE_HTTP_MOCK=true

.env.production

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
NODE_ENV=production
21
VITE_APP_PREVIEW=false
3-
VITE_APP_API_URL=/api
2+
VITE_APP_API_URL=/api

0 commit comments

Comments
 (0)