Skip to content

Commit ab1f13a

Browse files
committed
3001 -> 5173
1 parent 60fc9f0 commit ab1f13a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test: export DATABASE_URL=$(LOCAL_DB)
3636
test: export NEVER_LOAD_DOTENV=1
3737
test: export UNSAFE_SKIP_AUTH=1
3838
test: export FIREBASE_PROJECT_ID=mock-proj
39-
test: export CORS_ALLOW_ORIGINS=http://localhost:3000,https://localhost:3001
39+
test: export CORS_ALLOW_ORIGINS=http://localhost:3000,https://localhost:5173
4040
test: dev-db
4141
cd server/src; ENV_FILE=../.env.dev bun test
4242
cd ./test; ENV_FILE=../server/.env.dev bun test

server/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DATABASE_URL=postgres://user:password@localhost:5432/database
55

66
# CORS allow origins, separated by "," | no space is allowed before/after ","
7-
CORS_ALLOW_ORIGINS=http://localhost:3000,http://localhost:3001
7+
CORS_ALLOW_ORIGINS=http://localhost:3000,http://localhost:5173
88

99
# Firebase
1010
FIREBASE_PROJECT_ID=project-id

0 commit comments

Comments
 (0)