Skip to content

Commit 3298019

Browse files
committed
Enable debug mode by default while developing
1 parent febac3a commit 3298019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"workerpool": "^2.2.4"
4848
},
4949
"scripts": {
50-
"dev": "node index",
50+
"dev": "DEBUG=bp:* node index",
5151
"build": "next build",
5252
"start": "NODE_ENV=production DEBUG=bp:* node --optimize_for_size --max_old_space_size=460 index",
5353
"prod": "yarn run build && yarn start",

0 commit comments

Comments
 (0)