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 febac3a commit 3298019Copy full SHA for 3298019
package.json
@@ -47,7 +47,7 @@
47
"workerpool": "^2.2.4"
48
},
49
"scripts": {
50
- "dev": "node index",
+ "dev": "DEBUG=bp:* node index",
51
"build": "next build",
52
"start": "NODE_ENV=production DEBUG=bp:* node --optimize_for_size --max_old_space_size=460 index",
53
"prod": "yarn run build && yarn start",
0 commit comments