From 2fb389b2687e4f6fc47f415d002007f899059b7d Mon Sep 17 00:00:00 2001 From: agessaman Date: Sun, 12 Jul 2026 11:12:57 -0700 Subject: [PATCH] fix(launch): point web-viewer launch config at repo config.ini The committed config path referenced a session scratchpad directory that no longer exists, so the web-viewer launch entry could not start. --- .claude/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/launch.json b/.claude/launch.json index 1c1194c..e8d209c 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -8,7 +8,7 @@ "-m", "modules.web_viewer.app", "--config", - "/private/tmp/claude-501/-Users-adam-meshcore-bot/31648a90-50b9-4cae-b1f6-0e7815c5a855/scratchpad/viewer/config.ini", + "config.ini", "--port", "8757" ],