Fix Flutter default commands

This commit is contained in:
Matej Bačo
2025-05-15 11:50:09 +02:00
parent 919c427d36
commit ee5f8df72b
+2 -2
View File
@@ -253,8 +253,8 @@ return [
'adapters' => [
'static' => [
'key' => 'static',
'buildCommand' => 'flutter build web',
'installCommand' => '',
'buildCommand' => 'flutter build web --release -t lib/main.dart',
'installCommand' => 'flutter pub get',
'outputDirectory' => './build/web',
'startCommand' => 'bash helpers/server.sh',
],