diff --git a/next.config.mjs b/next.config.mjs index 9b84727..a358137 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,9 @@ const nextConfig = { eslint: { ignoreDuringBuilds: true, }, + experimental: { + runtime: 'nodejs' + } }; export default nextConfig;