Update nodemon config.

This commit is contained in:
Patrick Fic
2024-09-06 15:02:49 -07:00
parent e7226b36d7
commit 163241d1cd
3 changed files with 1 additions and 1896 deletions

View File

@@ -7,7 +7,7 @@
},
"type": "module",
"scripts": {
"server": "nodemon --inspect server.ts",
"server": "nodemon --exec node --loader ts-node/esm server.ts",
"start": "node dist/server.js",
"build": "tsc -p .",
"makeitpretty": "prettier --write \"**/*.{css,js,json,jsx,scss,ts}\""