sojorn/sojorn_app/run_dev.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
199 B
Batchfile

@echo off
REM Run Sojorn in development mode with environment variables
echo Starting Sojorn in development mode...
echo.
flutter run ^
--dart-define=API_BASE_URL=https://api.gosojorn.com/api/v1