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: update public_dir default

+1 -1
+1 -1
apps/api/src/config/env.ts
··· 4 4 PORT: z.coerce.number().lte(65535).default(8080), 5 5 HOST: z.string().ip().default('0.0.0.0'), 6 6 7 - PUBLIC_DIR: z.string().default('/app/public'), 7 + PUBLIC_DIR: z.string().default('./public'), 8 8 9 9 CORS_ORIGINS: z.array(z.string()).default(['http://localhost:5173', 'https://cookware.dev.hayden.moe']), 10 10