build: force vite-plugin-pwa to use project vite instance

This commit is contained in:
2026-05-01 22:37:42 +02:00
parent 905d668847
commit 68e16fa4ca
2 changed files with 7 additions and 68 deletions

View File

@@ -29,5 +29,10 @@
"dexie": "^4.4.2",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"
}
},
"overrides": {
"vite-plugin-pwa": {
"vite": "$vite"
}
}
}