fix: 🐛 Resolve build exceptions
This commit is contained in:
parent
92564364a5
commit
b23be5ba81
|
|
@ -1,3 +1,4 @@
|
|||
NODE_ENV=development
|
||||
VITE_APP_PREVIEW=true
|
||||
VITE_APP_API_BASE_URL=/api
|
||||
VITE_HTTP_MOCK=true
|
||||
VITE_HTTP_MOCK=true
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
NODE_ENV=production
|
||||
VITE_APP_PREVIEW=false
|
||||
VITE_APP_API_URL=/api
|
||||
VITE_APP_API_URL=/api
|
||||
|
|
|
|||
Loading…
Reference in New Issue