From 02e23879063f678ba8bc958380ea1cfc53a072ec Mon Sep 17 00:00:00 2001 From: type-two Date: Sat, 25 Jul 2026 22:52:08 +1000 Subject: [PATCH] [chore] Drop the throwaway preview ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added while chasing a browser ES-module cache during verification (a fresh origin is the only reliable bust). They are workflow cruft, not project config — back to the four real ones. Co-Authored-By: Claude Opus 4.8 --- .claude/launch.json | 50 +-------------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/.claude/launch.json b/.claude/launch.json index e97ad95..7c81037 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -48,54 +48,6 @@ "web" ], "port": 8146 - }, - { - "name": "guts-b", - "runtimeExecutable": "python3", - "runtimeArgs": [ - "-m", - "http.server", - "8142", - "--directory", - "web" - ], - "port": 8142 - }, - { - "name": "guts-boss", - "runtimeExecutable": "python3", - "runtimeArgs": [ - "-m", - "http.server", - "8143", - "--directory", - "web" - ], - "port": 8143 - }, - { - "name": "guts-boss2", - "runtimeExecutable": "python3", - "runtimeArgs": [ - "-m", - "http.server", - "8144", - "--directory", - "web" - ], - "port": 8144 - }, - { - "name": "guts-boss3", - "runtimeExecutable": "python3", - "runtimeArgs": [ - "-m", - "http.server", - "8148", - "--directory", - "web" - ], - "port": 8148 } ] -} \ No newline at end of file +}