chore: Edit nodemon exec

This commit is contained in:
Siwoo Jeon 2024-10-19 18:57:42 +09:00
parent eb2e6d9bdb
commit 3e88e85e7e
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -1,5 +1,5 @@
{
"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/**/*.*"]
}