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