added deboug routes cli action

This commit is contained in:
dswbx
2025-02-18 09:25:34 +01:00
parent bd362607ae
commit e2217c411a
4 changed files with 48 additions and 13 deletions

View File

@@ -106,8 +106,6 @@ export class App {
await this.emgr.emit(new AppBuiltEvent({ app: this }));
server.all("/api/*", async (c) => c.notFound());
// first boot is set from ModuleManager when there wasn't a config table
if (this.trigger_first_boot) {
this.trigger_first_boot = false;