nxtgauge-frontend-solid/.claude/launch.json

12 lines
186 B
JSON
Raw Permalink Normal View History

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