nxtgauge-frontend-solid/.claude/launch.json
2026-03-25 22:15:09 +01:00

11 lines
186 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "frontend-solid",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000
}
]
}