wip(app): settings
This commit is contained in:
parent
df094a10ff
commit
924fc9ed80
9 changed files with 490 additions and 104 deletions
|
|
@ -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(
|
||||
() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue