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>
54 lines
913 B
JSON
54 lines
913 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "guts",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": [
|
|
"-m",
|
|
"http.server",
|
|
"8140",
|
|
"--directory",
|
|
"web"
|
|
],
|
|
"port": 8140
|
|
},
|
|
{
|
|
"name": "guts-f",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": [
|
|
"-m",
|
|
"http.server",
|
|
"8141",
|
|
"--directory",
|
|
"web"
|
|
],
|
|
"port": 8141
|
|
},
|
|
{
|
|
"name": "guts-a",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": [
|
|
"-m",
|
|
"http.server",
|
|
"8145",
|
|
"--directory",
|
|
"web"
|
|
],
|
|
"port": 8145
|
|
},
|
|
{
|
|
"name": "guts-e",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": [
|
|
"-m",
|
|
"http.server",
|
|
"8146",
|
|
"--directory",
|
|
"web"
|
|
],
|
|
"port": 8146
|
|
}
|
|
]
|
|
}
|