diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..62d8e03 --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "backnforth", + "runtimeExecutable": "python3", + "runtimeArgs": ["server.py", "--no-browser"], + "port": 8000 + } + ] +}