The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: update lexicons

+2
+2
libs/lexicons/src/atcute.ts
··· 56 56 steps: BlueRecipesFeedDefs.Step[]; 57 57 title: string; 58 58 description?: string; 59 + imageUrl?: string; 59 60 time?: number; 60 61 } 61 62 } ··· 80 81 time: number; 81 82 title: string; 82 83 description?: string; 84 + imageUrl?: string; 83 85 type?: string; 84 86 } 85 87 }