alterações de melhorias
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
"scripts": {
|
||||
"start": "node src/server.js",
|
||||
"dev": "node --watch src/server.js",
|
||||
"pm2:start": "pm2 start ecosystem.config.js",
|
||||
"pm2:stop": "pm2 stop chatc2",
|
||||
"pm2:restart": "pm2 restart chatc2",
|
||||
"pm2:logs": "pm2 logs chatc2",
|
||||
"pm2:status": "pm2 status",
|
||||
"postinstall": "node scripts/postinstall.js"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -21,6 +26,7 @@
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^5.2.1",
|
||||
"ffmpeg-static": "^5.3.0",
|
||||
"helmet": "^8.2.0",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"node-firebird": "^2.3.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user