nxtgauge-admin-solid/.claude/launch.json
Ashwin Kumar 33ba55ab09 chore: add launch.json for Claude Code preview server
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 02:15:47 +02:00

11 lines
183 B
JSON

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