Skip to content

Commit

Permalink
Merge pull request #68 from thibseisel/fix/run-without-docker
Browse files Browse the repository at this point in the history
fix: debug mode not enabled in `npm run dev`
  • Loading branch information
thibseisel authored Jul 18, 2024
2 parents e46637d + 79c0409 commit 38584bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "nest build",
"start": "node --enable-source-maps dist/main.js",
"dev": "nest start --watch --debug-0.0.0.0:9229",
"dev": "nest start --watch --debug=0.0.0.0:9229",
"lint": "eslint --ext .ts .",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"prepare": "husky"
Expand Down

0 comments on commit 38584bc

Please sign in to comment.