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

12 lines
183 B
JSON
Raw Normal View History

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