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

@@ -1,12 +0,0 @@
{
"watch": [
"src"
],
"ext": "ts",
"execMap": {
"ts": "node --loader ts-node/esm -r tsconfig-paths/register"
},
"ignore": [
"src/**/*.spec.ts"
]
}

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}\""

1883
yarn.lock

File diff suppressed because it is too large Load Diff