[chore] Drop the throwaway preview ports

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 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-07-25 22:52:08 +10:00
parent 7709484ea7
commit 02e2387906

View File

@ -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
}
]
}
}