not-tonight/.claude/launch.json
type-two 595371f684 Phase 1 review: merge door/floor/juice, fold CCRs into contracts, integration fixes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 19:26:35 +10:00

15 lines
230 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "not-tonight",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run",
"dev"
],
"port": 5199,
"autoPort": true
}
]
}