Whether to auto-start the application.
true(default): callsawait app.start()before returning.false: returns the un-started app, required both to register more plugins (register()throws once started) and to add global middleware (middleware.addthrows afterstart()compiles the pipeline).