Update device authentication

This commit is contained in:
Christoph Hagen
2023-12-06 09:05:41 +01:00
parent 6117ae8305
commit f4864127f8
3 changed files with 28 additions and 64 deletions

View File

@ -5,8 +5,8 @@ var env = Environment.production //.detect()
try LoggingSystem.bootstrap(from: &env)
let app = Application(env)
defer {
app.shutdown()
shutdown()
app.shutdown()
}
try configure(app)