[READ-ONLY] Mirror of https://github.com/danielroe/desktop. desktop.roe.dev
0

Configure Feed

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

chore: migrate to pnpm v11 (#55)

authored by

Daniel Roe and committed by
GitHub
(May 17, 2026, 2:51 PM +0300) 144d9399 2a15fbb1

+5 -1
+1 -1
package.json
··· 22 22 "@unocss/nuxt": "^66.0.0", 23 23 "nuxt": "^4.0.0" 24 24 }, 25 - "packageManager": "pnpm@10.33.4" 25 + "packageManager": "pnpm@11.1.2" 26 26 }
+4
pnpm-workspace.yaml
··· 1 + allowBuilds: 2 + '@parcel/watcher': false 3 + esbuild: false 4 + unrs-resolver: false