tangled
alpha
login
or
join now
roost.moe
/
recipes.blue
2
fork
atom
The recipes.blue monorepo
recipes.blue
recipes
appview
atproto
2
fork
atom
overview
issues
1
pulls
pipelines
fix: 127.0.0.1 not localhost
Hayden Young
1 year ago
9c84ffbc
5ccfb08b
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
api
src
config
env.ts
+1
-1
apps/api/src/config/env.ts
···
9
9
CORS_ORIGINS: z
10
10
.string()
11
11
.transform((arg) => arg.split(','))
12
12
-
.default('http://localhost:5173,https://cookware.dev.hayden.moe'),
12
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