#!/bin/bash # Flutter development server launcher # Always runs on http://localhost:54952/ echo "🚀 Starting Svrnty Console on http://localhost:54952/" echo "Press 'r' for hot reload, 'R' for hot restart, 'q' to quit" echo "" flutter run -d chrome --web-port=54952 --web-hostname=0.0.0.0