Ein wenig an der Kosmetik gefeilt

This commit is contained in:
rxf
2023-05-06 16:41:30 +02:00
parent f947b32c71
commit 8625bb8ea0
6 changed files with 193 additions and 387 deletions

View File

@@ -4,15 +4,15 @@
"date": "2023-05-03",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www >>/var/log/spritzschema.log 2>&1"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"mongodb": "^5.1.0",
"mongodb": "^5.4.0",
"morgan": "~1.9.1",
"pug": "^2.0.4"
"pug": "^3.0.2"
}
}