Skip to content

Commit d221d80

Browse files
author
Dan Costello
committed
Move to pnpm
1 parent 3a7a098 commit d221d80

5 files changed

Lines changed: 7133 additions & 5169 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
*.pem
1919
/.pnp
2020
.pnp.js
21-
npm-debug.log*
22-
yarn-debug.log*
23-
yarn-error.log*
2421

2522
# others
2623
.env*.local

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ This is a Next.js application generated with
66
Run development server:
77

88
```bash
9-
npm run dev
10-
# or
119
pnpm dev
12-
# or
13-
yarn dev
1410
```
1511

1612
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dev": "next dev --turbo",
88
"start": "next start",
99
"clean": "rm -rf .next",
10+
"serve": "serve ./out",
1011
"postinstall": "fumadocs-mdx"
1112
},
1213
"dependencies": {
@@ -15,7 +16,8 @@
1516
"fumadocs-ui": "15.2.15",
1617
"next": "15.3.1",
1718
"react": "^19.1.0",
18-
"react-dom": "^19.1.0"
19+
"react-dom": "^19.1.0",
20+
"serve": "^14.2.4"
1921
},
2022
"devDependencies": {
2123
"@tailwindcss/postcss": "^4.1.5",
@@ -30,5 +32,12 @@
3032
"tailwindcss": "^4.1.5",
3133
"typescript": "^5.8.3"
3234
},
33-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
35+
"pnpm": {
36+
"onlyBuiltDependencies": [
37+
"@tailwindcss/oxide",
38+
"esbuild",
39+
"sharp",
40+
"unrs-resolver"
41+
]
42+
}
3443
}

0 commit comments

Comments
 (0)