withRouting( web: __DIR__ . '/../app/routes.php', commands: __DIR__ . '/../app/console.php', health: '/up' ) ->withCommands([__DIR__ . '/../app/Commands']) ->withMiddleware(function (Middleware $middleware) {}) ->withExceptions(function (Exceptions $exceptions) {}) ->create();