this repo has no description
1
fork

Configure Feed

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

๐Ÿง‘โ€๐Ÿ’ป Push db changes less often

+2 -1
+2 -1
package.json
··· 10 10 "format": "prettier --write .", 11 11 "database": "ortfodb --config ./ortfodb.yaml --scattered build works.json", 12 12 "formatdb": "bunx prettier --write works.json", 13 - "db": "bun database && bun formatdb && git add works.json && bun run ./commit-database-changes.ts && git push", 13 + "db": "bun database && bun formatdb", 14 + "dbu": "bun db && git add works.json && bun run ./commit-database-changes.ts && git push", 14 15 "mediaup": "rclone --progress copy media/ www:media.gwen.works/", 15 16 "postinstall": "patch-package && husky" 16 17 },