Compare commits
2 Commits
b0d9c7f521
...
d395352947
Author | SHA1 | Date |
---|---|---|
|
d395352947 | |
|
7ca70cb8e6 |
2
.env
2
.env
|
@ -1,2 +1,2 @@
|
|||
VITE_APP_BASE_API=http://160.202.224.52:31002
|
||||
VITE_APP_ENV=default
|
||||
VITE_APP_ENV=default
|
|
@ -1,2 +1,2 @@
|
|||
VITE_APP_BASE_API=http://api.production.com
|
||||
VITE_APP_BASE_API=http://160.202.224.52:31002
|
||||
VITE_APP_ENV=production
|
|
@ -7,7 +7,7 @@
|
|||
"dev": "vite --mode development",
|
||||
"dev:test": "vite --mode test",
|
||||
"build": "vite build",
|
||||
"build:test": "vite build --mode test",
|
||||
"build:dev": "vite build --mode development",
|
||||
"build:prod": "vite build --mode production",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue