Skip to content

Commit 30a9cb7

Browse files
author
coodex heoster
committed
The NextJS app server is having trouble starting. Please identify what c
1 parent fde1683 commit 30a9cb7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

next.config.ts renamed to next.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import type {NextConfig} from 'next';
2-
3-
const nextConfig: NextConfig = {
1+
/** @type {import('next').NextConfig} */
2+
const nextConfig = {
43
/* config options here */
54
typescript: {
65
ignoreBuildErrors: true,
@@ -20,4 +19,4 @@ const nextConfig: NextConfig = {
2019
},
2120
};
2221

23-
export default nextConfig;
22+
module.exports = nextConfig;

0 commit comments

Comments
 (0)