Add basic template rendering route

This commit is contained in:
2026-01-01 21:12:38 -06:00
parent 539717efda
commit 03980e114b
3 changed files with 44 additions and 0 deletions

View File

@@ -15,12 +15,14 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/node": "^24.10.1",
"@types/nunjucks": "^3.2.6",
"@vercel/ncc": "^0.38.4",
"express": "^5.1.0",
"nodemon": "^3.1.11",
"nunjucks": "^3.2.4",
"path-to-regexp": "^8.3.0",
"prettier": "^3.6.2",
"ts-luxon": "^6.2.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",