From aacaadcce0b71791dfb9b0a1c8ac0dd0820e7d9e Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 12 Nov 2025 12:17:15 +0545 Subject: [PATCH] Fix: add default fallback to Flutter framework --- app/config/frameworks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/frameworks.php b/app/config/frameworks.php index 0ab4a8a7db..022db67efb 100644 --- a/app/config/frameworks.php +++ b/app/config/frameworks.php @@ -282,6 +282,7 @@ return [ 'installCommand' => 'flutter pub get', 'outputDirectory' => './build/web', 'startCommand' => 'bash helpers/server.sh', + 'fallbackFile' => 'index.html' ], ], ],