Files
entscheidomat/.claude/launch.json
2026-07-23 21:59:15 +02:00

13 lines
199 B
JSON

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