diff --git a/nixpacks.toml b/nixpacks.toml index afd8bc2..71539f7 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -22,6 +22,7 @@ cmds = [ [phases.build] cmds = [ + "php artisan wayfinder:generate", "npm run build", "php artisan config:cache", "php artisan route:cache",