Skip to content

Commit

Permalink
Using html renderer for web
Browse files Browse the repository at this point in the history
  • Loading branch information
srgtuszy committed Oct 22, 2024
1 parent faeff11 commit 6447949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -rf public/*
rm -rf build/web/*

# Build the Flutter web app
flutter build web --release
flutter build web --web-renderer html --release

# Move the output to public
mv build/web/* public/
Expand Down

0 comments on commit 6447949

Please sign in to comment.