Index: .claude/launch.json
===================================================================
--- .claude/launch.json	(revision 04aca127f687555898a105a2c443ff35b6a3c670)
+++ .claude/launch.json	(revision 04aca127f687555898a105a2c443ff35b6a3c670)
@@ -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
+    }
+  ]
+}
