Sfoglia il codice sorgente

chore: suppress module not found warning

Yidadaa 1 anno fa
parent
commit
a282a80a6e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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,