update
All checks were successful
Deploy to Production / deploy (push) Successful in 23s

This commit is contained in:
silverpro89
2026-01-27 18:33:35 +07:00
parent 2c7b4675a7
commit 816794a861
14 changed files with 1827 additions and 3 deletions

View File

@@ -7,7 +7,20 @@
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest --coverage",
"lint": "eslint ."
"lint": "eslint .",
"pm2:start": "node scripts/pm2.js start",
"pm2:stop": "node scripts/pm2.js stop",
"pm2:restart": "node scripts/pm2.js restart",
"pm2:delete": "node scripts/pm2.js delete",
"pm2:status": "node scripts/pm2.js status",
"pm2:logs": "node scripts/pm2.js logs",
"pm2:monit": "node scripts/pm2.js monit",
"pm2:flush": "node scripts/pm2.js flush",
"pm2:save": "node scripts/pm2.js save",
"pm2:startup": "node scripts/pm2.js startup",
"pm2:start:api": "node scripts/pm2.js start:api",
"pm2:start:workers": "node scripts/pm2.js start:workers",
"pm2:help": "node scripts/pm2.js help"
},
"keywords": [
"expressjs",