backnforth/.claude/launch.json
type-two 32dc6c4561 Add launch config for dev preview
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 14:40:33 +10:00

12 lines
201 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "backnforth",
"runtimeExecutable": "python3",
"runtimeArgs": ["server.py", "--no-browser"],
"port": 8000
}
]
}