The recipes.blue monorepo recipes.blue
recipes appview atproto

fix: update cors origins default

hayden.moe d485ade3 83b4ab5c

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