Add launch config for dev preview

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-07-07 14:40:33 +10:00
parent 4a46417cba
commit 32dc6c4561

11
.claude/launch.json Normal file
View File

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