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.
This commit is contained in:
agessaman
2026-07-12 11:57:28 -07:00
parent fb9d5f4115
commit 2fb389b268
+1 -1
View File
@@ -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"
],