a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: removeUnusedCommands

+2 -1
+2 -1
src-tauri/tauri.conf.json
··· 7 7 "frontendDist": "../dist", 8 8 "devUrl": "http://localhost:5173", 9 9 "beforeDevCommand": "pnpm dev", 10 - "beforeBuildCommand": "pnpm build" 10 + "beforeBuildCommand": "pnpm build", 11 + "removeUnusedCommands": true 11 12 }, 12 13 "app": { 13 14 "security": {