Pages
Contents
API Reference @xpulse/app
Methods
`init(...types)`
Initializes the application.
app.HTTP: Enables HTTP server, controllers, and router.app.CLI: Enables command discovery.
`start()`
Starts the enabled types.
`stop()`
Gracefully shuts down the application.