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: reset SERVER_URL

+1 -1
+1 -1
apps/web/src/lib/utils.ts
··· 5 5 return twMerge(clsx(inputs)) 6 6 } 7 7 8 - export const SERVER_URL = 'cookware.dev.hayden.moe' as const; 8 + export const SERVER_URL = 'cookware.fly.dev' as const;