[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.

roe.dev / pnpm-workspace.yaml
319 B 21 lines
1packages: 2 - cms 3 4ignoreDepScripts: true 5 6ignoreWorkspaceRootCheck: true 7 8allowBuilds: 9 # -> ignore these builds 10 '@parcel/watcher': false 11 esbuild: false 12 unrs-resolver: false 13 workerd: false 14 # -> build these 15 better-sqlite3: true 16 sharp: true 17 simple-git-hooks: true 18 19savePrefix: '' 20 21shellEmulator: true