english version and minio console access
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
|
||||
"start": "node dist/src/index.js",
|
||||
"dev": "ts-node-dev --respawn --transpile-only ./index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"build": "tsc",
|
||||
"pm2:start": "pm2 start ecosystem.config.js --env production && pm2 save",
|
||||
"pm2:stop": "pm2 stop ospab-backend && pm2 delete ospab-backend && pm2 save",
|
||||
@@ -18,7 +18,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.16.2",
|
||||
"@prisma/client": "^6.0.0",
|
||||
"@types/ssh2": "^1.15.5",
|
||||
"@types/ws": "^8.18.1",
|
||||
"axios": "^1.12.2",
|
||||
@@ -33,6 +33,7 @@
|
||||
"minio": "^8.0.6",
|
||||
"multer": "^2.0.2",
|
||||
"nodemailer": "^6.9.15",
|
||||
"nvm": "^0.0.4",
|
||||
"passport": "^0.7.0",
|
||||
"passport-github": "^1.1.0",
|
||||
"passport-google-oauth20": "^2.0.0",
|
||||
@@ -52,15 +53,15 @@
|
||||
"@types/express-session": "^1.18.2",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/multer": "^2.0.0",
|
||||
"@types/nodemailer": "^6.4.15",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/nodemailer": "^6.4.15",
|
||||
"@types/passport": "^1.0.17",
|
||||
"@types/passport-github": "^1.1.12",
|
||||
"@types/passport-google-oauth20": "^2.0.16",
|
||||
"@types/passport-vkontakte": "^1.0.5",
|
||||
"@types/web-push": "^3.6.4",
|
||||
"@types/xterm": "^2.0.3",
|
||||
"prisma": "^6.16.2",
|
||||
"prisma": "^6.0.0",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user