alpha
Login
or
Join now
danielroe.dev
/
roe.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: improve pnpm workspace config
author
Daniel Roe
date
5 months ago
(Feb 17, 2026, 3:51 PM +0100)
commit
e8ded526
e8ded5263db1fa9d34d61917975c198ae1a56614
parent
13e74582
13e7458252c84662ac45ead87557a15a4efbc961
+11
-3
2 changed files
Expand all
Collapse all
Unified
Split
package.json
pnpm-workspace.yaml
-3
package.json
View file
Reviewed
···
107
107
"vitest": "4.0.17",
108
108
"vue-tsc": "3.2.2"
109
109
},
110
110
-
"resolutions": {
111
111
-
"@unhead/vue": "2.1.1"
112
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
View file
Reviewed
···
1
1
packages:
2
2
- cms
3
3
4
4
+
ignoreDepScripts: true
5
5
+
6
6
+
ignoreWorkspaceRootCheck: true
7
7
+
4
8
ignoredBuiltDependencies:
5
9
- '@parcel/watcher'
6
10
- esbuild
···
11
15
- better-sqlite3
12
16
- sharp
13
17
- simple-git-hooks
18
18
+
19
19
+
overrides:
20
20
+
'@unhead/vue': 2.1.1
21
21
+
22
22
+
savePrefix: ''
23
23
+
24
24
+
shellEmulator: true