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:
Claude (Chronicler #57)
2026-04-03 17:34:13 +00:00
parent ab37828693
commit 8919f5b61d

View File

@@ -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",