Files
La-Fabrik/.claude/launch.json
T
2026-06-01 22:26:58 +02:00

12 lines
175 B
JSON

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