fix: use tsconfig.build.json for nest start --watch to fix rootDir
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"license": "UNLICENSED",
|
||||
"author": "",
|
||||
"scripts": {
|
||||
"dev": "nest start --watch",
|
||||
"dev": "nest start --watch -p tsconfig.build.json",
|
||||
"build": "nest build",
|
||||
"format": "oxfmt",
|
||||
"start": "nest start",
|
||||
|
||||
Reference in New Issue
Block a user