Fix: run wayfinder:generate before npm build to generate route files

This commit is contained in:
babelbes0487 2026-06-19 16:59:09 +07:00
parent 362e9e804a
commit a9bc05a504
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ cmds = [
[phases.build]
cmds = [
"php artisan wayfinder:generate",
"npm run build",
"php artisan config:cache",
"php artisan route:cache",