补充后端核心链路自动化测试

This commit is contained in:
yml
2026-04-14 10:57:15 +08:00
parent d827eac855
commit 006e68f7f6
8 changed files with 263 additions and 14 deletions
+1
View File
@@ -10,6 +10,7 @@
"seed:dev-data": "node scripts/seed-dev-data.js",
"db:migrate": "node src/db/migrate.js",
"dev": "node --watch-path=src --watch-path=config --watch-preserve-output src/index.js",
"test": "node --test",
"typecheck": "tsc -p tsconfig.json --noEmit",
"start": "node src/index.js"
},