mirror of
https://github.com/localsend/localsend.git
synced 2026-04-18 05:57:36 -04:00
9 lines
130 B
Bash
9 lines
130 B
Bash
git reset --hard origin/main
|
|
git pull
|
|
|
|
alias ff='fvm flutter'
|
|
ff clean
|
|
ff pub get
|
|
ff pub run build_runner build -d
|
|
ff build macos
|