diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..8373b94 --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "static-site", + "runtimeExecutable": "C:\\Users\\justi\\AppData\\Local\\Programs\\Python\\Python312\\python.exe", + "runtimeArgs": ["-m", "http.server", "8123"], + "port": 8123 + } + ] +}