Skip to content

Commit e746423

Browse files
committed
fix: pnpm workspace
1 parent 6f730b9 commit e746423

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@mateonunez/website",
33
"version": "1.8.2",
4+
"engines": {
5+
"node": "22.x"
6+
},
47
"scripts": {
58
"dev": "next dev --webpack",
69
"build": "next build",

pnpm-workspace.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
allowBuilds:
2-
esbuild: set this to true or false
3-
sharp: set this to true or false
1+
packages:
2+
- "."
3+
4+
onlyBuiltDependencies:
5+
- "@biomejs/biome"
6+
- esbuild
7+
- sharp
8+
9+
ignoredBuiltDependencies:
10+
- "@tailwindcss/oxide"

0 commit comments

Comments
 (0)