From 33ba55ab094758ffc005a44720ec5b160f93a162 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Wed, 8 Apr 2026 02:15:47 +0200 Subject: [PATCH] chore: add launch.json for Claude Code preview server Co-Authored-By: Claude Sonnet 4.6 --- .claude/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/launch.json b/.claude/launch.json index c8b3fdc..6452062 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -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 } ]