We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a293e48 commit 85ff85bCopy full SHA for 85ff85b
client/build.js
@@ -8,7 +8,7 @@ exports.config = {
8
"name": "Codebox",
9
10
// Mode debug
11
- "debug": true,
+ "debug": process.env.CLIENT_DEBUG != null,
12
13
// Main entry point for application
14
"main": "main",
0 commit comments