Skip to content

Commit 60fc9f0

Browse files
authored
delete "s from around CORS_ALLOW_ORIGINS in Makefile
1 parent 0cb728d commit 60fc9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:3001
4040
test: dev-db
4141
cd server/src; ENV_FILE=../.env.dev bun test
4242
cd ./test; ENV_FILE=../server/.env.dev bun test

0 commit comments

Comments
 (0)