Add URL management schema, route, and related updates for URLs feature

This commit is contained in:
Nikita
2025-12-24 15:10:38 -08:00
parent 7f6f7d2f37
commit 26fa0b0ec9
10 changed files with 1236 additions and 27 deletions

View File

@@ -13,7 +13,11 @@
"wrangler": "^4.53.0"
},
"dependencies": {
"hono": "^4.10.4"
"drizzle-orm": "^0.45.0",
"drizzle-zod": "^0.8.3",
"hono": "^4.10.4",
"postgres": "^3.4.7",
"zod": "^4.1.13"
},
"scripts": {
"dev": "wrangler dev",