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 a19b599 commit b291448Copy full SHA for b291448
package.json
@@ -9,7 +9,7 @@
9
"dockerRepository": "mouselightdatabrowser",
10
"dockerImageName": "export-api",
11
"scripts": {
12
- "debug": "node --trace-warnings $NODE_DEBUG_OPTION src/app.js",
+ "debug": "node --trace-warnings src/app.js",
13
"start": "tsc && gulp build && cd dist && node --trace-deprecation app.js",
14
"clean": "tsc && gulp clean",
15
"compile": "tsc && gulp compile",
0 commit comments