TURNCRAFT/.claude/launch.json
jing 5a39e3a947 TURNCRAFT: contracts, docs, and all five lane deliverables (pre-integration)
Lanes A (engine), B (player), C (worldgen), D (machines/quest),
E (audio/fx/ui) as landed, each with HANDOFF.md + update docs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 20:50:56 +10:00

12 lines
221 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "turncraft",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port", "5173", "--strictPort"],
"port": 5173
}
]
}