Skip to content

Commit 18d89a7

Browse files
committed
fix
1 parent 60d2707 commit 18d89a7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Diff for: next.config.js

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
/**
2-
* @type {import('next').NextConfig}
3-
*/
4-
const nextConfig = {
5-
reactStrictMode: true,
6-
experimental: {
7-
appDir: true,
8-
serverComponentsExternalPackages: ["prisma", "@prisma/client"],
9-
},
10-
};
1+
/** @type {import('next').NextConfig} */
2+
const nextConfig = {};
113

124
module.exports = nextConfig;

0 commit comments

Comments
 (0)