From cf78deac5be52f7a616c9f104fec23752ddcf9a3 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 21 May 2025 11:02:46 +0530 Subject: [PATCH] revert: template settings. --- app/config/templates/site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/templates/site.php b/app/config/templates/site.php index 88c3bb1736..a853955a97 100644 --- a/app/config/templates/site.php +++ b/app/config/templates/site.php @@ -478,7 +478,7 @@ return [ 'frameworks' => [ getFramework('FLUTTER', [ 'providerRootDirectory' => './', - 'buildCommand' => 'flutter build web', + 'buildCommand' => 'bash build.sh', ]), ], 'vcsProvider' => 'github',