mix oban_web.install
(Oban Web v2.12.4)
View Source
Installs Oban Web into your Phoenix application
This task configures your Phoenix application to use the Oban Web dashboard:
- Adds the required
Oban.Web.Routerimport - Sets up the dashboard route at "/oban" within the :dev_routes conditional
Example
mix oban_web.install