Files
oc-front/local_run_traefik.sh

4 lines
140 B
Bash
Raw Normal View History

2025-04-01 10:07:11 +02:00
#!/bin/bash
2025-06-11 14:37:27 +02:00
HOST=${1:-http://localhost:8000}
2025-04-01 10:07:11 +02:00
AUTH_MODE=true
2025-06-11 14:37:27 +02:00
flutter run -d linux --dart-define=AUTH_MODE=$AUTH_MODE --dart-define=HOST=$HOST