chore: add launch.json for Claude Code preview server

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ashwin Kumar 2026-04-08 02:15:47 +02:00
parent 411827f837
commit 33ba55ab09

View file

@ -3,8 +3,8 @@
"configurations": [
{
"name": "admin-solid",
"runtimeExecutable": "/usr/local/bin/node",
"runtimeArgs": ["/Users/ashwin/workspace/nxtgauge-admin-solid/node_modules/.bin/vinxi", "dev"],
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3001
}
]