You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"copy-env": "if test -f '.env'; then (cp .env client/) && (cp .env data/); else echo 'no .env file found; assuming you have set REACT_APP_MAPBOX_TOKEN'; fi",