Skip to content

Commit b291448

Browse files
committed
Minor cleanup.
1 parent a19b599 commit b291448

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
@@ -9,7 +9,7 @@
99
"dockerRepository": "mouselightdatabrowser",
1010
"dockerImageName": "export-api",
1111
"scripts": {
12-
"debug": "node --trace-warnings $NODE_DEBUG_OPTION src/app.js",
12+
"debug": "node --trace-warnings src/app.js",
1313
"start": "tsc && gulp build && cd dist && node --trace-deprecation app.js",
1414
"clean": "tsc && gulp clean",
1515
"compile": "tsc && gulp compile",

0 commit comments

Comments
 (0)