nxtgauge-admin-solid/.claude/launch.json
Ashwin Kumar 8a01ff9041 chore(claude): update launch config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 00:47:14 +01:00

12 lines
280 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "admin-solid",
"runtimeExecutable": "sh",
"runtimeArgs": ["-c", "cd /Users/ashwin/workspace/nxtgauge-admin-solid && npm run dev -- --port $PORT"],
"port": 3002,
"autoPort": true
}
]
}