feat: implement pwa, add dockerfiles for web and cli, and introduce folder selection with wasm error handling.

This commit is contained in:
2026-02-14 19:44:19 -05:00
parent 91e7af0c04
commit 48aa59540a
17 changed files with 7637 additions and 127 deletions

View File

@@ -0,0 +1 @@
if('serviceWorker' in navigator) navigator.serviceWorker.register('/dev-sw.js?dev-sw', { scope: '/', type: 'classic' })