Skip to content

Commit 7892079

Browse files
committed
cjs
1 parent 2fe9d98 commit 7892079

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

next.config.js next.config.cjs

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ await import("./src/env.js");
88
const config = {};
99

1010
export default config;
11+
module.exports = {
12+
typescript: {
13+
// !! WARN !!
14+
// Dangerously allow production builds to successfully complete even if
15+
// your project has type errors.
16+
// !! WARN !!
17+
ignoreBuildErrors: true,
18+
},
19+
}

0 commit comments

Comments
 (0)