Formatting

This commit is contained in:
2026-08-03 03:37:22 +00:00
parent 9c0746bb24
commit 8be4467721
4 changed files with 236 additions and 238 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export class App {
const router = await ApplicationRouter.create(routes);
const http = new HttpTransportRouter(router, debug);
const host = new ServerHost(config, debug, [http]);
const host = new ServerHost(config, debug, [ http ]);
return new App(host, database);
}