chore: Update `API_BASE_URL` in prod env
This commit is contained in:
parent
0ccd966a87
commit
e974ac8d25
|
|
@ -1,2 +1,2 @@
|
|||
VITE_APP_PREVIEW=false
|
||||
VITE_APP_API_BASE_URL=http://easyapi.devv.zone:3012/api
|
||||
VITE_APP_API_BASE_URL=https://easyapi.devv.zone/api
|
||||
|
|
|
|||
|
|
@ -5,10 +5,12 @@ export default antfu({
|
|||
// https://unocss.dev/integrations/vscode
|
||||
unocss: true,
|
||||
|
||||
ignores: [
|
||||
'.github',
|
||||
],
|
||||
formatters: {
|
||||
css: true,
|
||||
},
|
||||
|
||||
ignores: [
|
||||
'.github/**',
|
||||
'scripts/**',
|
||||
],
|
||||
})
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vue3-vant-mobile",
|
||||
"type": "module",
|
||||
"version": "2.3.4",
|
||||
"packageManager": "pnpm@9.1.4",
|
||||
"packageManager": "pnpm@9.2.0",
|
||||
"description": "Vue + Vite H5 Starter Template",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue