Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2318 from Yidadaa/bugfix-0709-2
Browse files Browse the repository at this point in the history
chore: suppress module not found warning
  • Loading branch information
Yidadaa authored Jul 9, 2023
2 parents e668e17 + a282a80 commit 300f023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const nextConfig = {
);
}

config.resolve.fallback = {
child_process: false,
};

return config;
},
output: mode,
Expand Down

0 comments on commit 300f023

Please sign in to comment.