]> git.otsuka.systems Git - obs-control-panel/commit
get websocket and sse message passing working initial-astro
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 8 Jan 2026 03:51:42 +0000 (19:51 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 8 Jan 2026 03:51:42 +0000 (19:51 -0800)
commit22cc0e10732d67fe17ef17dff7f4d462353179af
treeacef5c36e02810b497283d8d7a87e68a5ad7dff5
parent5ccba78483cacc6fea1d32e236c769bb943e97f6
get websocket and sse message passing working
astro.config.mjs
src/actions/index.ts [new file with mode: 0644]
src/libs/obs.ts [deleted file]
src/libs/sse.ts [new file with mode: 0644]
src/pages/api/control-panel.ts [new file with mode: 0644]
src/pages/api/overlay.ts [new file with mode: 0644]
src/pages/index.astro
src/server/obs-manager.ts [new file with mode: 0644]
src/server/sse.ts [new file with mode: 0644]
src/stores/obs.ts
tsconfig.json