feature: Wire up sites API listing, move add form to separate file

This commit is contained in:
Keith Solomon
2025-05-25 14:51:37 -05:00
parent 4c2576052f
commit 4ba36081d2
6 changed files with 121 additions and 59 deletions

View File

@@ -18,8 +18,8 @@
"ejs": "^3.1.10",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"jsdom": "^26.1.0"
"jsdom": "^26.1.0",
"morgan": "~1.9.1"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.7",