From 3640a652bf6739c561c42a47e380d93f3eb3d39f Mon Sep 17 00:00:00 2001 From: "suguo.yao" Date: Mon, 24 Feb 2025 22:16:10 +0800 Subject: [PATCH] chore: update packages --- .env | 2 +- package.json | 2 +- src/types/components.d.ts | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ec6e2c6..c7c9c59 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_APP_PUBLIC_PATH=/ +VITE_APP_PUBLIC_PATH=/mobile VITE_APP_PREVIEW=true VITE_APP_API_BASE_URL=/api VITE_APP_OUT_DIR=dist diff --git a/package.json b/package.json index e5dbf2c..1b64209 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vue3-vant-mobile", "type": "module", "version": "3.6.0", - "packageManager": "pnpm@9.15.4", + "packageManager": "pnpm@9.1.4", "description": "An mobile web apps template based on the Vue 3 ecosystem", "license": "MIT", "scripts": { diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 9c996ac..7537cf1 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -2,6 +2,7 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 +// biome-ignore lint: disable export {} /* prettier-ignore */