chore: move pm2 to devDependencies (#6737)

This commit is contained in:
chenos 2025-04-22 11:34:29 +08:00 committed by GitHub
parent bebb875694
commit 8dbe798fca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@
"ghooks": "^2.0.4",
"lint-staged": "^13.2.3",
"patch-package": "^8.0.0",
"pm2": "^6.0.5",
"pretty-format": "^24.0.0",
"pretty-quick": "^3.1.0",
"react": "^18.0.0",

View File

@ -18,7 +18,6 @@
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"p-all": "3.0.0",
"pm2": "^6.0.5",
"portfinder": "^1.0.28",
"tree-kill": "^1.2.2",
"tar": "^7.4.3",

View File

@ -35,6 +35,7 @@
},
"dependencies": {
"@nocobase/cli": "{{{version}}}",
"pm2": "^6.0.5",
{{{dependencies}}}
},
"devDependencies": {