Add format+mono mode to debug request view

This commit is contained in:
2025-04-12 14:03:56 +02:00
parent 05e2fcf185
commit 3c5da802a7
2 changed files with 77 additions and 23 deletions

View File

@@ -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: