chore: add launch.json for Claude Code preview server
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
411827f837
commit
33ba55ab09
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "admin-solid",
|
"name": "admin-solid",
|
||||||
"runtimeExecutable": "/usr/local/bin/node",
|
"runtimeExecutable": "npm",
|
||||||
"runtimeArgs": ["/Users/ashwin/workspace/nxtgauge-admin-solid/node_modules/.bin/vinxi", "dev"],
|
"runtimeArgs": ["run", "dev"],
|
||||||
"port": 3001
|
"port": 3001
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue