[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

chore: ignore builds by default (#1881)

author
Daniel Roe
committer
GitHub
date (May 17, 2026, 8:42 PM +0200) commit 7fe2dfbb parent 37b2b313
+8 -11
+8 -11
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - cms 3 3 4 - ignoreDepScripts: true 5 - 6 4 ignoreWorkspaceRootCheck: true 7 5 8 6 overrides: 9 7 vite: 8.0.13 10 8 9 + savePrefix: '' 10 + 11 + shellEmulator: true 12 + 11 13 allowBuilds: 12 - # -> ignore these builds 14 + '*': false 13 15 '@parcel/watcher': false 16 + better-sqlite3: true 14 17 esbuild: false 18 + sharp: true 19 + simple-git-hooks: true 15 20 unrs-resolver: false 16 21 workerd: false 17 - # -> build these 18 - better-sqlite3: true 19 - sharp: true 20 - simple-git-hooks: true 21 - 22 - savePrefix: '' 23 - 24 - shellEmulator: true