feat: add ws chat attachments

This commit is contained in:
Peter Steinberger
2025-12-09 23:16:57 +01:00
parent e80e5b0801
commit 1dd5c97ae0
25 changed files with 987 additions and 882 deletions

View File

@@ -14,12 +14,7 @@ import { defaultRuntime } from "../runtime.js";
import { VERSION } from "../version.js";
import { startWebChatServer } from "../webchat/server.js";
import { createDefaultDeps } from "./deps.js";
import {
forceFreePort,
listPortListeners,
PortProcess,
parseLsofOutput,
} from "./ports.js";
import { forceFreePort, listPortListeners } from "./ports.js";
export function buildProgram() {
const program = new Command();
@@ -217,7 +212,7 @@ Examples:
}
});
program
program;
const gateway = program
.command("gateway")
.description("Run the WebSocket Gateway")