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