fluffychat/scripts/build-web.sh
2023-12-20 00:39:53 +01:00

5 lines
No EOL
164 B
Bash
Executable file

#!/bin/sh -ve
flutter config --enable-web
flutter clean
flutter pub get
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --profile --source-maps