Add launch config for dev preview
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4a46417cba
commit
32dc6c4561
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "backnforth",
|
||||
"runtimeExecutable": "python3",
|
||||
"runtimeArgs": ["server.py", "--no-browser"],
|
||||
"port": 8000
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user