File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ This is a Next.js application generated with
66Run development server:
77
88``` bash
9- npm run dev
10- # or
119pnpm dev
12- # or
13- yarn dev
1410```
1511
1612Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.
Original file line number Diff line number Diff line change 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" : {
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" ,
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}
You can’t perform that action at this time.
0 commit comments