瀏覽代碼

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,