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