Files
soft/frontend-patient/.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
234 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "Patient Frontend",
"runtimeExecutable": "cmd.exe",
"runtimeArgs": ["/c", "cd /d D:\\APP\\frontend-patient && npm run dev"],
"port": 5173
}
]
}