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.

feat: baseline 2015 browser support

+6 -1
+6 -1
vite.config.ts
··· 4 4 5 5 // https://vite.dev/config/ 6 6 export default defineConfig({ 7 - plugins: [svelte(), legacy()], 7 + plugins: [ 8 + svelte(), 9 + legacy({ 10 + targets: ["defaults", "baseline 2015"], 11 + }), 12 + ], 8 13 });