Skip to content

Commit

Permalink
fix: debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed May 16, 2023
1 parent 4b9875d commit 5188baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node ./src/main.js",
"start:dev": "cross-env DEBUG=* NODE_ENV=development nodemon --watch ./src --inspect src/main.js",
"start:dev": "cross-env DEBUG=knex:tx,apphub* NODE_ENV=development nodemon --watch ./src --inspect src/main.js",
"test": "cross-env NODE_ENV=test yarn db:reload && lab -a @hapi/code -v --leaks",
"test-only": "cross-env NODE_ENV=test lab -a @hapi/code -v --leaks",
"test:coverage": "cross-env NODE_ENV=test yarn db:reload && lab -c -a @hapi/code -t 80 -r html -o coverage/coverage.html",
Expand Down

0 comments on commit 5188baf

Please sign in to comment.