vapor app for running from ios

This commit is contained in:
2023-09-16 17:46:51 -07:00
parent e73f6e20ed
commit 26f4ed4fde
35 changed files with 665 additions and 241 deletions

View File

@@ -1,9 +0,0 @@
import App
import Vapor
var env = try Environment.detect()
try LoggingSystem.bootstrap(from: &env)
let app = Application(env)
defer { app.shutdown() }
try configure(app)
try app.run()