this repo has no description
1
fork

Configure Feed

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

🔨 Simplify database upkeep scripts

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