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)
This commit is contained in:
11
frontend-patient/.claude/launch.json
Normal file
11
frontend-patient/.claude/launch.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Patient Frontend",
|
||||
"runtimeExecutable": "cmd.exe",
|
||||
"runtimeArgs": ["/c", "cd /d D:\\APP\\frontend-patient && npm run dev"],
|
||||
"port": 5173
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user