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.

feat: add CORS origin for localhost for now

+1 -1
+1 -1
fly.toml
··· 11 11 ingester = "bash -c 'cd apps/ingester && node dist/index.js'" 12 12 13 13 [env] 14 - CORS_ORIGINS = "https://recipes.blue" 14 + CORS_ORIGINS = "https://recipes.blue,http://localhost:5173" 15 15 16 16 [deploy] 17 17 release_command = "bash -c 'cd libs/database && pnpm db:migrate'"