feature: Move to ejs instead of twig

This commit is contained in:
Keith Solomon
2025-05-24 11:11:04 -05:00
parent 969760ac5d
commit bd7e54d7c7
9 changed files with 233 additions and 91 deletions

View File

@@ -10,10 +10,10 @@
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.10",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"twig": "~0.10.3"
"morgan": "~1.9.1"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.7",