Skip to content

Commit

Permalink
Update nodemon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 6, 2023
1 parent 7593fa4 commit 5aa0d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"watch": ["src"],
"ext": ".ts",
"ignore": [],
"exec": "node --loader=ts-node/esm --experimental-specifier-resolution=node ./src"
}
"exec": "node --experimental-loader=ts-node/esm --experimental-specifier-resolution=node ./src"
}

0 comments on commit 5aa0d91

Please sign in to comment.