Index: .claude/launch.json
===================================================================
--- .claude/launch.json	(revision e62f65d51ce6e100e8c44bd84a06c8731f893a03)
+++ .claude/launch.json	(revision e62f65d51ce6e100e8c44bd84a06c8731f893a03)
@@ -0,0 +1,11 @@
+{
+  "version": "0.0.1",
+  "configurations": [
+    {
+      "name": "klonkt",
+      "runtimeExecutable": "bash",
+      "runtimeArgs": ["-lc", "PORT=4020 PUBLIC_BASE_URL=http://localhost:4020 exec $HOME/.local/node/bin/node src/server.js"],
+      "port": 4020
+    }
+  ]
+}
