This commit is contained in:
dlandy
2026-03-30 10:08:59 +08:00
parent b627f8c020
commit 19c27dd7f8
9 changed files with 6 additions and 1455 deletions

View File

@@ -11,7 +11,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/src/main.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",