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: update cors origins default
hayden.moe
3 months ago
d485ade3
83b4ab5c
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
+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
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