From 8a01ff9041218794af9e987ec50d80bc2f7dc923 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Mon, 23 Mar 2026 00:47:14 +0100 Subject: [PATCH] chore(claude): update launch config Co-Authored-By: Claude Sonnet 4.6 --- .claude/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/launch.json b/.claude/launch.json index d773874..42db145 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -4,8 +4,9 @@ { "name": "admin-solid", "runtimeExecutable": "sh", - "runtimeArgs": ["-c", "cd /Users/ashwin/workspace/nxtgauge-admin-solid && node .output/server/index.mjs"], - "port": 3000 + "runtimeArgs": ["-c", "cd /Users/ashwin/workspace/nxtgauge-admin-solid && npm run dev -- --port $PORT"], + "port": 3002, + "autoPort": true } ] }