Add format+mono mode to debug request view
This commit is contained in:
@@ -9,9 +9,14 @@
|
||||
|
||||
|
||||
# runs app locally (linux)
|
||||
run:
|
||||
run-linux:
|
||||
dart run build_runner build
|
||||
_JAVA_OPTIONS="" flutter run
|
||||
_JAVA_OPTIONS="" flutter run -d linux
|
||||
|
||||
# runs app locally (web | not really supported)
|
||||
run-linux:
|
||||
dart run build_runner build
|
||||
_JAVA_OPTIONS="" flutter run -d web
|
||||
|
||||
# runs on android device (must have network adb enabled teh correct IP)
|
||||
run-android:
|
||||
|
Reference in New Issue
Block a user