The recipes.blue monorepo recipes.blue
recipes appview atproto

fix: 127.0.0.1 not localhost

+1 -1
+1 -1
apps/api/src/config/env.ts
··· 9 9 CORS_ORIGINS: z 10 10 .string() 11 11 .transform((arg) => arg.split(',')) 12 - .default('http://localhost:5173,https://cookware.dev.hayden.moe'), 12 + .default('http://127.0.0.1:5173,https://cookware.dev.hayden.moe'), 13 13 14 14 PLC_DIRECTORY_URL: z.string().url().default('https://plc.directory'), 15 15