feat: Bring back config.json

This commit is contained in:
Sorunome 2020-12-18 11:43:13 +01:00
commit a13636e00a
7 changed files with 88 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh -ve
flutter channel beta
flutter upgrade
#flutter channel beta
#flutter upgrade
flutter config --enable-web
flutter clean
flutter pub get