The recipes.blue monorepo recipes.blue
recipes appview atproto

fix: 127.0.0.1 not localhost

Changed files
+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,http://localhost:5173" 14 + CORS_ORIGINS = "https://recipes.blue,http://127.0.0.1:5173" 15 15 16 16 [deploy] 17 17 release_command = "bash -c 'cd libs/database && pnpm db:migrate'"