feat(m5): PWA service worker, offline Dexie store, outbox, sync endpoints

This commit is contained in:
2026-04-30 16:47:27 +02:00
parent df04d9d7a9
commit 4a328ad6cc
12 changed files with 4995 additions and 6 deletions

View File

@@ -21,6 +21,9 @@
"vite": "^8.0.7"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.10"
"@sveltejs/adapter-static": "^3.0.10",
"dexie": "^4.4.2",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"
}
}