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 0393223 commit 6e5ce4eCopy full SHA for 6e5ce4e
next-env.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
+import "./.next/types/routes.d.ts";
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"dev": "next dev",
11
"prebuild": "yarn generate",
12
- "build": "next build",
+ "build": "next build --webpack",
13
"postbuild": "next-sitemap",
14
"start": "next start",
15
"lint": "biome check .",
0 commit comments