From e974ac8d25f6cc8ba953f4a723c2601fa0855d6b Mon Sep 17 00:00:00 2001 From: CharleeWa <18888351756@163.com> Date: Thu, 6 Jun 2024 10:53:20 +0800 Subject: [PATCH] chore: Update `API_BASE_URL` in prod env --- .env.production | 2 +- eslint.config.ts | 8 +++++--- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 2ab44d1..7d43c3e 100644 --- a/.env.production +++ b/.env.production @@ -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 diff --git a/eslint.config.ts b/eslint.config.ts index 8715846..e330d7c 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -5,10 +5,12 @@ export default antfu({ // https://unocss.dev/integrations/vscode unocss: true, - ignores: [ - '.github', - ], formatters: { css: true, }, + + ignores: [ + '.github/**', + 'scripts/**', + ], }) diff --git a/package.json b/package.json index 23f27fa..585d659 100644 --- a/package.json +++ b/package.json @@ -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": {