chore: re-order backend file structure

This commit is contained in:
Nicolas Meienberger
2025-08-31 17:32:11 +02:00
parent a16fc37b44
commit 23f47bbb6b
28 changed files with 240 additions and 1129 deletions

View File

@@ -12,7 +12,9 @@
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"hono": "^4.9.2",
"hono-openapi": "^0.4.8"
"hono-openapi": "^0.4.8",
"http-errors-enhanced": "^3.0.2",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/bun": "^1.2.20",