withRouting( web: __DIR__.'/../routes/web.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware): void { $middleware->validateCsrfTokens(except: [ 'cmd/*', 'onboard', ]); }) ->withExceptions(function (Exceptions $exceptions): void { // })->create();