We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c6015 commit d4e3d1dCopy full SHA for d4e3d1d
2 files changed
package.json
@@ -40,11 +40,5 @@
40
"vitest": "^4.0.18",
41
"jiti": "^2.6.1"
42
},
43
- "packageManager": "pnpm@10.30.0",
44
- "pnpm": {
45
- "onlyBuiltDependencies": [
46
- "@swc/core",
47
- "esbuild"
48
- ]
49
- }
+ "packageManager": "pnpm@11.5.1+sha512.93f7b57422ea7068257235b4c16eb60762eb68e1dc23723199cc739043ea9be2c4143274a399d8c6defa2b1176226d9ca1c4b63482d6200c1a8fbaa78c1d1485"
50
}
pnpm-workspace.yaml
@@ -1,2 +1,5 @@
1
packages:
2
- - packages/*
+ - packages/*
3
+allowBuilds:
4
+ '@swc/core': true
5
+ esbuild: true
0 commit comments