Fix naming mistake

This commit is contained in:
Matej Bačo
2024-11-25 18:39:24 +01:00
parent 10ef570485
commit fec74ee9e4
+1 -1
View File
@@ -104,7 +104,7 @@ return [
'static-1'
],
'defaultBuildRuntime' => 'flutter-3.24',
'buildRuntimes' => getVersions($templateRuntimes['FLUTTER']['versions'], 'node'),
'buildRuntimes' => getVersions($templateRuntimes['FLUTTER']['versions'], 'flutter'),
'defaultBuildCommand' => 'flutter build web',
'defaultInstallCommand' => '',
'defaultOutputDirectory' => './build/web',