revert: template settings.

This commit is contained in:
Darshan
2025-05-21 11:02:46 +05:30
parent 197d5fbd7e
commit cf78deac5b
+1 -1
View File
@@ -478,7 +478,7 @@ return [
'frameworks' => [
getFramework('FLUTTER', [
'providerRootDirectory' => './',
'buildCommand' => 'flutter build web',
'buildCommand' => 'bash build.sh',
]),
],
'vcsProvider' => 'github',