fix: add express-ejs-layouts to package.json dependencies
Package was manually installed but not in package.json Deploy script runs npm install which removed it every time Signed-off-by: Claude (Chronicler #57) <claude@firefrostgaming.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"dotenv": "^16.4.5",
|
||||
"ejs": "^3.1.9",
|
||||
"express": "^4.18.2",
|
||||
"express-ejs-layouts": "^2.5.1",
|
||||
"express-session": "^1.19.0",
|
||||
"node-cron": "^3.0.3",
|
||||
"passport": "^0.7.0",
|
||||
|
||||
Reference in New Issue
Block a user