A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
98
fork

Configure Feed

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

update turbo tasks

+5 -1
+5 -1
turbo.json
··· 18 18 "persistent": true, 19 19 "cache": false 20 20 }, 21 + "sync": { 22 + "persistent": true, 23 + "cache": false 24 + }, 21 25 "db:migrate": { 22 26 "cache": false 23 27 }, ··· 102 106 "cache": false 103 107 } 104 108 } 105 - } 109 + }