A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

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

refactor: enhance logging format for feed record creation

+3 -1
+3 -1
apps/api/src/scripts/feed.ts
··· 89 89 90 90 const agent = await createAgent(ctx.oauthClient, userDid); 91 91 92 - console.log("Writing app.rocksky.feed.generator record..."); 92 + console.log( 93 + `Writing ${chalk.greenBright("app.rocksky.feed.generator")} record...` 94 + ); 93 95 94 96 const record: FeedGenerator.Record = { 95 97 $type: "app.rocksky.feed.generator",