Compare commits
No commits in common. "d3953529471a55be15fd9ce3a4e04ab8e061aa35" and "b0d9c7f5217fe1ae64b46dd1b0c30e3a9e7d7fa2" have entirely different histories.
d395352947
...
b0d9c7f521
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://160.202.224.52:31002
|
||||
VITE_APP_BASE_API=http://api.production.com
|
||||
VITE_APP_ENV=production
|
|
@ -7,7 +7,7 @@
|
|||
"dev": "vite --mode development",
|
||||
"dev:test": "vite --mode test",
|
||||
"build": "vite build",
|
||||
"build:dev": "vite build --mode development",
|
||||
"build:test": "vite build --mode test",
|
||||
"build:prod": "vite build --mode production",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue