mirror of
https://github.com/localsend/localsend.git
synced 2026-04-19 06:30:04 -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
|