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