feat: unify cloud workspace and release desktop v0.1.38

This commit is contained in:
237899745
2026-07-21 16:16:17 +08:00
parent e6f3556ab7
commit 465be72579
19 changed files with 6145 additions and 666 deletions

View File

@@ -5,7 +5,10 @@
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
"dev": "nodemon server.js",
"test": "npm run test:unit && npm run test:integration && node test_download_quota_defaults.js",
"test:unit": "node tests/run-all-tests.js",
"test:integration": "node tests/full-audit-regression.js"
},
"keywords": [
"cloud-storage",
@@ -30,8 +33,8 @@
"express-validator": "^7.3.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.23",
"multer": "^2.0.2",
"nodemailer": "^8.0.1",
"multer": "^2.2.0",
"nodemailer": "^9.0.3",
"svg-captcha": "^1.4.0"
},
"devDependencies": {