Skip to content

Commit

Permalink
fix: switch to nodejs runtime to resolve clerk edge runtime issues
Browse files Browse the repository at this point in the history
  • Loading branch information
VDuda committed Feb 13, 2025
1 parent a2780d0 commit 265edce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
runtime: 'nodejs'
}
};

export default nextConfig;

0 comments on commit 265edce

Please sign in to comment.