feat: add extra (optional) logging
This commit is contained in:
parent
348260931e
commit
288920b927
3 changed files with 10 additions and 2 deletions
|
|
@ -119,8 +119,8 @@
|
|||
"test": "mocha --recursive tests",
|
||||
"jtest": "jest --detectOpenHandles",
|
||||
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
|
||||
"server": "nodemon bin/lamassu-server --mockSms",
|
||||
"admin-server": "nodemon bin/lamassu-admin-server --dev",
|
||||
"server": "nodemon bin/lamassu-server --mockSms --logLevel silly",
|
||||
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
|
||||
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
|
||||
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
|
||||
"stress-test": "cd ./test/stress/ && node index.js 50 -v"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue