base con front

This commit is contained in:
Lucas Tettamanti
2026-01-01 22:49:44 -03:00
parent 863449e21d
commit 5c67b27859
16 changed files with 1038 additions and 27 deletions

7
public/app.js Normal file
View File

@@ -0,0 +1,7 @@
import "./components/ops-shell.js";
import "./components/conversation-list.js";
import "./components/run-timeline.js";
import "./components/chat-simulator.js";
import { connectSSE } from "./lib/sse.js";
connectSSE();