build: add workbox-window as explicit devDependency

Required for pnpm strict-hoisting builds (used by aiolabs/server-deploy
NixOS builds). Without it as a direct dep, Rollup can't resolve
`workbox-window` from vite-plugin-pwa's virtual:pwa-register module —
npm's flat hoisting masked this previously.
This commit is contained in:
Padreug 2026-05-23 11:11:33 +02:00
commit 80a213e984
2 changed files with 5 additions and 1 deletions

3
pnpm-lock.yaml generated
View file

@ -195,6 +195,9 @@ importers:
web-push:
specifier: ^3.6.7
version: 3.6.7
workbox-window:
specifier: ^7.3.0
version: 7.4.1
packages: