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: reorder assets and index entries

+1 -1
+1 -1
apps/api/src/index.ts
··· 26 26 session_key_rotation: boolean, 27 27 }, 28 28 }>(); 29 - app.use('/assets/*', serveStatic({ root: env.PUBLIC_DIR })); 30 29 31 30 const store = new CookieStore({ 32 31 sessionCookieName: 'cookware-session', ··· 94 93 const html = readFileSync(path.join(env.PUBLIC_DIR, 'index.html')).toString(); 95 94 return ctx.html(html); 96 95 }); 96 + app.use('/assets/*', serveStatic({ root: env.PUBLIC_DIR })); 97 97 98 98 newIngester().start(); 99 99 serve({