chore: fix pwa type

This commit is contained in:
三咲智子 Kevin Deng 2023-07-04 13:32:22 +08:00
parent 2d8ec4ab89
commit 5c1411b3de
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
3 changed files with 37 additions and 3 deletions

View file

@ -129,6 +129,11 @@
"vitest": "^0.32.4",
"vue-tsc": "^1.8.3"
},
"pnpm": {
"patchedDependencies": {
"nuxt-security@0.13.1": "patches/nuxt-security@0.13.1.patch"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},