Fix passenger startup and clean tracked generated files

This commit is contained in:
abiandev
2026-03-31 15:14:12 +02:00
parent c1b9fe666b
commit 5385841a62
5908 changed files with 15305 additions and 872091 deletions
+8 -2
View File
@@ -5,7 +5,10 @@
"scripts": {
"start": "node app.js",
"dev": "node --watch app.js",
"notify:test": "node src/scripts/sendTestNotification.js"
"notify:test": "node src/scripts/sendTestNotification.js",
"smoke:trips": "node src/scripts/smokeTripsEndpoint.js",
"purge:driver-licenses": "node src/scripts/purgeExpiredDriverLicenses.js",
"test": "node --test"
},
"dependencies": {
"cors": "^2.8.5",
@@ -16,6 +19,9 @@
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"md5": "^2.3.0",
"mysql2": "^3.9.7"
"multer": "^2.0.2",
"mysql2": "^3.9.7",
"nodemailer": "^6.10.1",
"ssh2-sftp-client": "^12.0.1"
}
}