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 +}