We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e8094 commit 00916f1Copy full SHA for 00916f1
docs/next-env.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
+/// <reference path="./.next/types/routes.d.ts" />
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
docs/package.json
@@ -30,7 +30,7 @@
30
"dedent": "^1.6.0",
31
"docsearch.js": "^2.6.3",
32
"next": "^15.4.6",
33
- "orval": "workspace:*",
+ "orval": "*",
34
"prettier": "3.6.2",
35
"prism-react-renderer": "^2.4.1",
36
"prismjs": "^1.30.0",
0 commit comments