[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: improve pnpm workspace config

+11 -3
-3
package.json
··· 107 107 "vitest": "4.0.17", 108 108 "vue-tsc": "3.2.2" 109 109 }, 110 - "resolutions": { 111 - "@unhead/vue": "2.1.1" 112 - }, 113 110 "simple-git-hooks": { 114 111 "commit-msg": "npx commitlint --edit $1", 115 112 "pre-commit": "npx lint-staged"
+11
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - cms 3 3 4 + ignoreDepScripts: true 5 + 6 + ignoreWorkspaceRootCheck: true 7 + 4 8 ignoredBuiltDependencies: 5 9 - '@parcel/watcher' 6 10 - esbuild ··· 11 15 - better-sqlite3 12 16 - sharp 13 17 - simple-git-hooks 18 + 19 + overrides: 20 + '@unhead/vue': 2.1.1 21 + 22 + savePrefix: '' 23 + 24 + shellEmulator: true