We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6aecb commit b2cd5b7Copy full SHA for b2cd5b7
Makefile
@@ -36,6 +36,7 @@ test: export DATABASE_URL=$(LOCAL_DB)
36
test: export NEVER_LOAD_DOTENV=1
37
test: export UNSAFE_SKIP_AUTH=1
38
test: export FIREBASE_PROJECT_ID=mock-proj
39
+test: export CORS_ALLOW_ORIGINS="http://localhost:3000"
40
test: dev-db
41
cd server/src; ENV_FILE=../.env.dev bun test
42
cd ./test; ENV_FILE=../server/.env.dev bun test
0 commit comments