Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Oct 22, 2024
1 parent e84664e commit 28be994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keep-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const nextConfig = {
},
compiler: {
removeConsole:
process.env.NODE_ENV === "production"
process.env.ENABLE_CONSOLE_LOGS === "true"
? false
: process.env.NODE_ENV === "production"
? {
exclude: ["error"],
}
Expand Down

0 comments on commit 28be994

Please sign in to comment.