Files
QR-master/.claude/launch.json
2026-07-15 18:08:51 +02:00

12 lines
175 B
JSON

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