chore: Edit nodemon exec
This commit is contained in:
parent
8be73a2d7d
commit
68dd50a40c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"ext": "ts,json",
|
"ext": "ts,json",
|
||||||
"exec": "pnpm build --sourcemap && node dist/src",
|
"exec": "tsc --sourcemap && cross-env NODE_ENV=development node --enable-source-maps dist/src",
|
||||||
"ignore": ["dist/**/*.*"]
|
"ignore": ["dist/**/*.*"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue