fix(dev): avoid auth redirect when backend/schema missing

This commit is contained in:
Zimeng Xiong
2026-02-06 09:50:27 -08:00
parent 7977a3eb09
commit b075a0cf9e
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"predev": "node -e \"process.env.DATABASE_URL=process.env.DATABASE_URL||'file:./prisma/dev.db'; require('child_process').execSync('npx prisma migrate deploy', { stdio: 'inherit' });\"",
"dev": "nodemon src/index.ts",
"test": "vitest run",
"test:watch": "vitest",