Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into prod/festapp
Browse files Browse the repository at this point in the history
  • Loading branch information
miakh committed Aug 12, 2024
2 parents e151a57 + cf99e40 commit 7bb10ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,14 @@

_flutter.loader.load({
serviceWorkerSettings: {
timeoutMillis: 8000,
serviceWorkerVersion: {{flutter_service_worker_version}},
},
onEntrypointLoaded: async function(engineInitializer) {
const appRunner = await engineInitializer.initializeEngine({
useColorEmoji: true
});
await appRunner.runApp();
}
});
});
Expand Down

0 comments on commit 7bb10ba

Please sign in to comment.