From a9bc05a5041b58dcbeac70e5f119e7d84e999764 Mon Sep 17 00:00:00 2001 From: babelbes0487 Date: Fri, 19 Jun 2026 16:59:09 +0700 Subject: [PATCH] Fix: run wayfinder:generate before npm build to generate route files --- nixpacks.toml | 1 + 1 file changed, 1 insertion(+) 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",