Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
Something went wrong. Try again.
718 B · 37 lines
JSON
12345678910111213141516171819202122232425262728293031323334353637{ "version": "2.0.0", "tasks": [ { "type": "typescript", "tsconfig": "src/backend/tsconfig.json", "problemMatcher": [ "$tsc" ], "group": { "kind": "build", "isDefault": true }, "label": "tsc: build - src/backend/tsconfig.json" }, { "type": "shell", "label": "compose-up-dev", "command": "docker-compose -f docker-compose.dev.yml up", "presentation": { "reveal": "always", "panel": "new" }, "problemMatcher": [] }, { "type": "shell", "label": "compose-build-dev", "command": "docker-compose -f docker-compose.dev.yml build", "presentation": { "reveal": "always", "panel": "new" }, "problemMatcher": [] } ]}