Merge pull request #10806 from appwrite/lohanidamodar-patch-2

Fix: add default fallback to Flutter framework
This commit is contained in:
Damodar Lohani 2025-11-12 12:30:11 +05:45 committed by GitHub
commit d862245090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -282,6 +282,7 @@ return [
'installCommand' => 'flutter pub get',
'outputDirectory' => './build/web',
'startCommand' => 'bash helpers/server.sh',
'fallbackFile' => 'index.html'
],
],
],