feat: Begins implementing dependencies as db controllers.

This commit is contained in:
2025-01-10 21:33:17 -05:00
parent 59b6d46606
commit 6f206bbd82
7 changed files with 235 additions and 106 deletions

View File

@@ -25,6 +25,7 @@ enum Entrypoint {
try? await app.asyncShutdown()
throw error
}
try await app.execute()
try await app.asyncShutdown()
}