o2o-clinicad-frontend/.claude/launch.json

12 lines
184 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "infinith-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000
}
]
}