vite optimizeDeps
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m49s
/ playwright (push) Successful in 1m13s
/ surge (push) Successful in 2m49s
/ lint-build-and-check (push) Successful in 4m44s

This commit is contained in:
严浩
2025-04-07 10:42:35 +08:00
parent 2721b4c2f3
commit c06cc44cbd
4 changed files with 26 additions and 4 deletions

View File

@ -30,7 +30,7 @@
"knip": "pnpm dlx knip"
},
"lint-staged": {
"src/**/*.{js,ts,tsx,vue}": [
"src/**/*.{js,jsx,ts,tsx,vue}": [
"prettier --write",
"eslint --fix",
"oxlint --fix"