Skip to content

Commit e974ac8

Browse files
committed
chore: Update API_BASE_URL in prod env
1 parent 0ccd966 commit e974ac8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_APP_PREVIEW=false
2-
VITE_APP_API_BASE_URL=http://easyapi.devv.zone:3012/api
2+
VITE_APP_API_BASE_URL=https://easyapi.devv.zone/api

eslint.config.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ export default antfu({
55
// https://unocss.dev/integrations/vscode
66
unocss: true,
77

8-
ignores: [
9-
'.github',
10-
],
118
formatters: {
129
css: true,
1310
},
11+
12+
ignores: [
13+
'.github/**',
14+
'scripts/**',
15+
],
1416
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-vant-mobile",
33
"type": "module",
44
"version": "2.3.4",
5-
"packageManager": "pnpm@9.1.4",
5+
"packageManager": "pnpm@9.2.0",
66
"description": "Vue + Vite H5 Starter Template",
77
"license": "MIT",
88
"scripts": {

0 commit comments

Comments
 (0)