Skip to content

Commit

Permalink
fix: Use --enable-source-maps flag in nodemon.json to show correct li…
Browse files Browse the repository at this point in the history
…ne number in stack trace
  • Loading branch information
ThanatosGit authored and Romakita committed Feb 20, 2025
1 parent 9138f56 commit a09f677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/templates/init/nodemon.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"ignore": ["**/*.spec.ts"],
"delay": 100,
"execMap": {
"ts": "node --import @swc-node/register/esm-register"
"ts": "node --enable-source-maps --import @swc-node/register/esm-register"
}
}

0 comments on commit a09f677

Please sign in to comment.