wip(app): settings

This commit is contained in:
Adam 2026-01-16 15:31:03 -06:00
commit 924fc9ed80
9 changed files with 490 additions and 104 deletions

View file

@ -54,11 +54,6 @@ export namespace Server {
return _url ?? new URL("http://localhost:4096")
}
export const Event = {
Connected: BusEvent.define("server.connected", z.object({})),
Disposed: BusEvent.define("global.disposed", z.object({})),
}
const app = new Hono()
export const App: () => Hono = lazy(
() =>