Преглед изворни кода

chore: suppress module not found warning

Yidadaa пре 1 година
родитељ
комит
a282a80a6e
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      next.config.mjs

+ 4 - 0
next.config.mjs

@@ -20,6 +20,10 @@ const nextConfig = {
       );
     }
 
+    config.resolve.fallback = {
+      child_process: false,
+    };
+
     return config;
   },
   output: mode,