Files
soft/.claude/launch.json
MingNian 435af55c4a Initial commit: HealthManager full-stack health management platform
Backend: .NET 10 + PostgreSQL + EF Core + JWT + SignalR
Frontend patient: React 19 + TypeScript + Vite (mobile H5)
Frontend doctor: React 19 + TypeScript + Vite (desktop web)
2026-05-20 16:18:56 +08:00

12 lines
226 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "健康管家 Web Demo",
"runtimeExecutable": "cmd.exe",
"runtimeArgs": ["/c", "D:\\nodejs\\npm.cmd", "run", "dev"],
"port": 5175
}
]
}