From 5b28d93122393d6b63e4aa0c8d9ed2c2bb9350ba Mon Sep 17 00:00:00 2001 From: mini2024 Date: Thu, 3 Apr 2025 22:37:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=20Vercel=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=B8=AD=E5=90=AF=E7=94=A8=20Vue=20=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=BC=80=E5=8F=91=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/vercel.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vercel.yaml b/.github/workflows/vercel.yaml index 4082466..c972573 100644 --- a/.github/workflows/vercel.yaml +++ b/.github/workflows/vercel.yaml @@ -23,6 +23,7 @@ jobs: run: pnpm dlx vercel build --target=production --token=${{ secrets.VERCEL_TOKEN }} env: VITE_BUILD_COMMIT: ${{ github.sha }} + __VUE_PROD_DEVTOOLS__: true - name: 🧐 类型检查 # 要先 build,保证 components.d.ts 存在 run: pnpm run type-check - name: 🚀 部署到 Vercel