Fixed-step world runtime, event bus wire protocol between lanes, integration seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{ "name": "blobbo", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev"], "port": 5173 }
|
|
]
|
|
}
|