This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: make update script force pull

+2 -1
+2 -1
update.sh
··· 1 1 git restore bun.lock 2 - git pull 2 + git fetch --all 3 + git reset --hard origin/main 3 4 bun install 4 5 bun db:generate 5 6 bun db:push