File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11nodejs 24.13.0
2+ yarn 1.22.10
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
33/// <reference types="next/navigation-types/compat/navigation" />
4- import "./.next/dev/ types/routes.d.ts" ;
4+ import "./.next/types/routes.d.ts" ;
55
66// NOTE: This file should not be edited
77// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
6- "dev" : " next dev -p 3002" ,
7- "build" : " next build" ,
6+ "dev" : " yarn split-specs && yarn generate-llms && next dev -p 3002" ,
7+ "build" : " yarn split-specs && yarn generate-llms && yarn index-apis && next build" ,
88 "algolia-index-cleanup" : " node bin/algolia-index-cleanup.js" ,
99 "start" : " next start" ,
1010 "export" : " next export" ,
1717 "generate-reference-md" : " tsx scripts/generateApiMarkdown.ts" ,
1818 "index-apis" : " tsx scripts/indexApisForSearch.ts" ,
1919 "open-api-to-md" : " bash scripts/openApiToMd.sh" ,
20- "split-specs" : " tsx scripts/splitOpenApiSpec.ts" ,
21- "predev" : " yarn split-specs && yarn generate-llms" ,
22- "prebuild" : " yarn split-specs && yarn generate-llms && yarn index-apis"
20+ "split-specs" : " tsx scripts/splitOpenApiSpec.ts"
2321 },
2422 "dependencies" : {
2523 "@algolia/autocomplete-js" : " ^1.6.3" ,
5149 "deepmerge" : " ^4.3.1" ,
5250 "eventemitter" : " ^0.3.3" ,
5351 "framer-motion" : " ^12.7.4" ,
52+ "glob" : " ^10.3.10" ,
5453 "isomorphic-unfetch" : " 3.1.0" ,
5554 "js-cookie" : " ^3.0.5" ,
5655 "js-yaml" : " 4.1.1" ,
Original file line number Diff line number Diff line change @@ -4479,6 +4479,7 @@ __metadata:
44794479 eslint : " npm:^8.57.0"
44804480 eventemitter : " npm:^0.3.3"
44814481 framer-motion : " npm:^12.7.4"
4482+ glob : " npm:^10.3.10"
44824483 isomorphic-unfetch : " npm:3.1.0"
44834484 js-cookie : " npm:^3.0.5"
44844485 js-yaml : " npm:4.1.1"
You can’t perform that action at this time.
0 commit comments