Files
b0esche_cloud/scripts/dev-frontend.sh

11 lines
122 B
Bash
Raw Permalink Normal View History

2025-12-18 00:11:30 +01:00
#!/bin/bash
set -e
cd "$(dirname "$0")/.."
cd b0esche_cloud
flutter pub get
flutter run -d web-server --web-port 3000