Skip to content

Commit f8a15f2

Browse files
Fix Can't resolve 'react' error
1 parent be1ece5 commit f8a15f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const nextConfig = {
33
reactStrictMode: false,
44
output: "standalone",
5+
transpilePackages: ["better-auth"],
56
};
67

78
module.exports = nextConfig;

0 commit comments

Comments
 (0)