fluffychat/scripts/build-web.sh
2025-09-16 12:20:14 -04:00

5 lines
No EOL
164 B
Bash

#!/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