See the best posts from any Bluesky account
0
fork

Configure Feed

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

Regenerate routes.d.ts for profile.backfill.stream

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+3
+3
.adonisjs/server/routes.d.ts
··· 10 10 'profile.show': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 11 11 'profile.likes': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 12 12 'profile.reposts': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 13 + 'profile.backfill.stream': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 13 14 'health.live': { paramsTuple?: []; params?: {} } 14 15 'health.ready': { paramsTuple?: []; params?: {} } 15 16 } ··· 20 21 'profile.show': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 21 22 'profile.likes': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 22 23 'profile.reposts': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 24 + 'profile.backfill.stream': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 23 25 'health.live': { paramsTuple?: []; params?: {} } 24 26 'health.ready': { paramsTuple?: []; params?: {} } 25 27 } ··· 30 32 'profile.show': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 31 33 'profile.likes': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 32 34 'profile.reposts': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 35 + 'profile.backfill.stream': { paramsTuple: [ParamValue]; params: {'handle': ParamValue} } 33 36 'health.live': { paramsTuple?: []; params?: {} } 34 37 'health.ready': { paramsTuple?: []; params?: {} } 35 38 }