Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created January 10, 2020 08:58
Show Gist options
  • Save MickaelCruzDB/7d9abe3afcab1829d7d412be44e77569 to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/7d9abe3afcab1829d7d412be44e77569 to your computer and use it in GitHub Desktop.
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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment