Files
ROLAC/APP/.claude/launch.json
T
2026-06-20 19:43:15 -07:00

12 lines
176 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "rolac-app",
"runtimeExecutable": "npm",
"runtimeArgs": ["start"],
"port": 4200
}
]
}