Skip to content

Commit acbbe59

Browse files
committed
chore: revert unrelated next-env.d.ts change
This file is auto-generated by Next.js and the path change was introduced accidentally during the yarn install step. Made-with: Cursor
1 parent dad74d8 commit acbbe59

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 24.13.0
2+
yarn 1.22.10

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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",
@@ -17,9 +17,7 @@
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",
@@ -51,6 +49,7 @@
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",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)