add role
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-31 04:55:27 -06:00
parent 85e1681017
commit f16104b011
5 changed files with 42 additions and 18 deletions

View File

@@ -109,7 +109,6 @@ export function sendPrompt(content: string) {
ws.send(JSON.stringify({ type: "message", content }))
}
function applyCode(code: {
html: string | null
css: string | null