Chore/update pnpm run dev (#4154)

update pnpm run dev
This commit is contained in:
Henry Heng
2025-03-10 15:33:06 +00:00
committed by GitHub
parent 69a272201a
commit 93cf47ce40
7 changed files with 397 additions and 485 deletions
-1
View File
@@ -5,7 +5,6 @@
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "concurrently \"tsc-watch --noClear -p ./tsconfig.json\" \"nodemon\"",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"license": "SEE LICENSE IN LICENSE.md",