fix(ui): PWA not updating properly in new Vite config (#3493)

* fix: pwa not updating. use the custom code we had before

Signed-off-by: Deluan <deluan@navidrome.org>

* fix: docker build

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan Quintão 2024-11-30 10:33:16 -05:00 committed by GitHub
parent 1c0ebb9460
commit cbf5e3d51b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1840 additions and 438 deletions

View file

@ -12,7 +12,8 @@
"type-check": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier --write ./src",
"check-formatting": "prettier -c ./src"
"check-formatting": "prettier -c ./src",
"postinstall": "bin/update-workbox.sh"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
@ -46,7 +47,8 @@
"react-router-dom": "^5.3.4",
"redux": "^4.2.0",
"redux-saga": "^1.1.3",
"uuid": "^11.0.3"
"uuid": "^11.0.3",
"workbox-cli": "^7.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",