Skip to content

Commit 258883a

Browse files
committed
fix: nuxt 3.16 specific changes and workspace for module and playground
1 parent f035697 commit 258883a

File tree

3 files changed

+93
-1
lines changed

3 files changed

+93
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,17 @@
6666
"codemirror",
6767
"vue"
6868
],
69-
"packageManager": "pnpm@10.6.5"
69+
"packageManager": "pnpm@10.6.5",
70+
"pnpm": {
71+
"onlyBuiltDependencies": [
72+
"better-sqlite3",
73+
"sharp"
74+
],
75+
"ignoredBuiltDependencies": [
76+
"@parcel/watcher",
77+
"esbuild",
78+
"vue-demi",
79+
"workerd"
80+
]
81+
}
7082
}

pnpm-lock.yaml

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages:
2+
- "./"
3+
- "playground"

0 commit comments

Comments
 (0)