HardYards/.claude/launch.json
m3ultra 41ad12dede Merge all lanes; add importmap; fix /world/ absolute paths
Selftest on merged main: 121 pass / 0 skip / 0 fail.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 22:23:20 +10:00

28 lines
461 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "shades3d",
"runtimeExecutable": "python3",
"runtimeArgs": [
"server.py",
"--port",
"8809"
],
"port": 8809
},
{
"name": "shades-proto",
"runtimeExecutable": "python3",
"runtimeArgs": [
"-m",
"http.server",
"8642",
"--directory",
"prototype"
],
"port": 8642
}
]
}