@@ -0,0 +1,6 @@
+ENV = 'development'
+
+VITE_APP_BASE_API = 'http://localhost:33004/overseas-miniapp'
+VITE_APP_BASE_OSS = 'http://localhost:33004/overseas-miniapp/img/get?key='
@@ -5,7 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
+ "location": "vite --mode location",
"build": "vite build",
+ "build:prd": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {