Files
hohoff/.claude/launch.json
2026-02-26 12:12:07 +10:00

12 lines
181 B
JSON

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