attempt fix for web/docker cache busting on new release

- remove static asset filenames
- add cache clear config to PWA
- move PWA to base dir instead of assets
This commit is contained in:
jeffvli
2026-02-11 20:52:28 -08:00
parent ffef5dfdee
commit 91e7c7434c
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -25,6 +25,7 @@
"build:electron": "electron-vite build",
"build:remote": "vite build --config remote.vite.config.ts",
"build:web": "vite build --config web.vite.config.ts",
"preview:web": "vite preview --config web.vite.config.ts",
"dev": "electron-vite dev",
"dev:remote": "vite dev --config remote.vite.config.ts",
"dev:watch": "electron-vite dev --watch",