Files
ScheduleTaskManager/.claude/launch.json
T
2026-07-09 22:51:03 +02:00

12 lines
201 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "web-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--workspace", "web"],
"port": 5173
}
]
}