mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 17:44:57 +08:00
chore: suppress module not found warning
This commit is contained in:
@@ -20,6 +20,10 @@ const nextConfig = {
|
||||
);
|
||||
}
|
||||
|
||||
config.resolve.fallback = {
|
||||
child_process: false,
|
||||
};
|
||||
|
||||
return config;
|
||||
},
|
||||
output: mode,
|
||||
|
Reference in New Issue
Block a user