Skip to content

Commit

Permalink
fix docker dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovyord committed Dec 17, 2023
1 parent 7f05b31 commit 01b0092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon src/index.ts",
"dev": "nodemon -L src/index.ts",
"debug": "set DEBUG=express:* & nodemon src/index.ts --inspect=9001",
"debug-docker": "nodemon --exec 'node --inspect=0.0.0.0:9229 --require ts-node/register src/index.ts'",
"build": "rimraf dist && tsc",
Expand Down

0 comments on commit 01b0092

Please sign in to comment.