feat: derive build from git commit count

This commit is contained in:
2026-01-24 13:23:44 +01:00
parent 357f6fb755
commit e3dcf99362
2 changed files with 100 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ return Application::configure(basePath: dirname(__DIR__))
commands: __DIR__.'/../routes/console.php',
health: '/up',
)
->withCommands([
__DIR__.'/../app/Console/Commands',
])
->withMiddleware(function (Middleware $middleware): void {
//
})