refactor: specific package manager for stale-dep

This commit is contained in:
三咲智子 Kevin Deng 2023-02-17 15:30:23 +01:00
parent acf719775f
commit b7e565dedc
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
3 changed files with 8 additions and 5 deletions

View file

@ -222,6 +222,9 @@ export default defineNuxtConfig({
colorMode: { classSuffix: '' },
i18n,
pwa,
staleDep: {
packageManager: 'pnpm',
},
})
declare global {