update
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"start": "pm2 start dist/app.js --name code-center",
|
||||
"client:start": "pm2 start apps/code-center/dist/app.js --name code-center",
|
||||
"ssl": "ssh -L 5432:localhost:5432 light",
|
||||
"ssl:redis": "ssh -L 6379:localhost:6379 light",
|
||||
"pub": "envision pack -p -u -c"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -44,12 +45,17 @@
|
||||
],
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@types/busboy": "^1.5.4",
|
||||
"@types/send": "^1.2.1",
|
||||
"@types/ws": "^8.18.1",
|
||||
"busboy": "^1.6.0",
|
||||
"commander": "^14.0.2",
|
||||
"cookie": "^1.1.1",
|
||||
"ioredis": "^5.8.2",
|
||||
"minio": "^8.0.6",
|
||||
"pg": "^8.16.3",
|
||||
"pm2": "^6.0.14",
|
||||
"send": "^1.2.0",
|
||||
"sequelize": "^6.37.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -90,6 +96,7 @@
|
||||
"strip-ansi": "^7.1.2",
|
||||
"tar": "^7.5.2",
|
||||
"typescript": "^5.9.3",
|
||||
"ws": "npm:@kevisual/ws",
|
||||
"zod": "^4.1.13"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user