Add managed catalog sync and player UX improvements

This commit is contained in:
2026-04-29 13:49:16 +02:00
parent b866845b6a
commit c8f8c76e8a
21 changed files with 71429 additions and 148 deletions

View File

@@ -8,11 +8,13 @@
"prebuild": "node scripts/bump-sw-cache-version.mjs",
"build": "vite build",
"preview": "vite preview",
"serve:backend": "node server/index.mjs",
"update:stations": "node scripts/update-stations.mjs",
"radio:import": "tsx scripts/import-radio-stations.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"idb": "^8.0.3",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},