#!/bin/bash
HOST=${1:-http://localhost:8000}
AUTH_MODE=true
flutter run -d linux --dart-define=AUTH_MODE=$AUTH_MODE --dart-define=HOST=$HOST