sojorn/sojorn_app/run_chrome.bat
Patrick Britton 558272c9a2 Fix reaction UI updates - prioritize local state over post model
Change _reactionCountsFor and _myReactionsFor to prefer local state for immediate UI updates after toggle reactions, falling back to post model data when no local state exists.
2026-02-01 13:08:08 -06:00

9 lines
189 B
Batchfile

@echo off
REM Run Sojorn on Chrome with environment variables
echo Starting Sojorn on Chrome...
echo.
flutter run -d chrome ^
--dart-define=API_BASE_URL=https://api.gosojorn.com/api/v1