Added 'debug' entry point
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
675814e45f
commit
6202b833f0
@ -8,6 +8,7 @@
|
||||
"faces": "node ./server/face-recognizer.js",
|
||||
"dev": "webpack-dev-server --mode development --host 0.0.0.0 --config webpack.dev.js",
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"debug": "node --inspect --debug-brk ./server/app.js",
|
||||
"commit-build": "./commit-build.sh",
|
||||
"watch": "webpack --config webpack.prod.js --watch",
|
||||
"update": "./update.sh",
|
||||
@ -30,7 +31,7 @@
|
||||
"body-parser": "^1.19.0",
|
||||
"bootstrap": "^4.4.1",
|
||||
"canvas": "^2.6.1",
|
||||
"config": "^3.1.0",
|
||||
"config": "^3.2.4",
|
||||
"connect-sqlite3": "^0.9.11",
|
||||
"cookie-parser": "^1.4.4",
|
||||
"core-js": "^3.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user