fix: use tsconfig.build.json for nest start --watch to fix rootDir

This commit is contained in:
2026-07-02 16:16:57 +08:00
parent ac19c666b3
commit a4ca6b2ef9

View File

@@ -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",