chore(api): add dev script for turbo orchestration

This commit is contained in:
yeuimu
2026-07-15 14:51:15 +08:00
parent 86ce8cabe8
commit 9c6a36e0d0
+1
View File
@@ -7,6 +7,7 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\"",
"dev": "nest start --watch",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",