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