File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2020 " {workspaceRoot}/tsconfig.base.json"
2121 ],
2222 "production" : [" default" ]
23+ },
24+ "analytics" : false ,
25+ "tui" : {
26+ "autoExit" : true ,
27+ "enabled" : false
2328 }
2429}
Original file line number Diff line number Diff line change 44 "node" : " ^20.9.0 || >=22" ,
55 "pnpm" : " >=10.6.2"
66 },
7+ "type" : " module" ,
78 "scripts" : {
89 "build" : " nx run-many --target=build --exclude='@react-docgen-internal/*'" ,
910 "lint" : " eslint . --report-unused-disable-directives --max-warnings=0" ,
Original file line number Diff line number Diff line change 44 "version" : " 0.0.0" ,
55 "description" : " react-docgen website" ,
66 "scripts" : {
7- "dev" : " nx exec -- next dev" ,
8- "build" : " NODE_ENV=production nx exec -- next build --webpack " ,
7+ "dev" : " nx exec -- next dev --turbopack " ,
8+ "build" : " NODE_ENV=production nx exec -- next build --turbopack " ,
99 "start" : " nx exec -- next start" ,
1010 "postbuild" : " next-sitemap && pagefind --site .next/server/app --output-path public/_pagefind"
1111 },
You can’t perform that action at this time.
0 commit comments