Fix passenger startup and clean tracked generated files
This commit is contained in:
+8
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user