重构后台管理服务并推进渐进式类型化

This commit is contained in:
yml2213
2026-04-14 09:21:20 +08:00
parent fa36be6539
commit 335eb44104
35 changed files with 4143 additions and 2738 deletions
+5
View File
@@ -10,11 +10,16 @@
"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",
"typecheck": "tsc -p tsconfig.json --noEmit",
"start": "node src/index.js"
},
"dependencies": {
"express": "^5.1.0",
"pg": "^8.16.3",
"playwright": "1.42.1"
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2"
}
}