feat(backend): initial setup for cms backend service #1

Merged
Kenzo merged 3 commits from feat/cms into main 2025-12-08 09:03:00 +01:00
58 changed files with 5626 additions and 57 deletions
Showing only changes of commit 9adec32839 - Show all commits

View File

@ -18,7 +18,7 @@
"@fastify/multipart": "^8.1.0", "@fastify/multipart": "^8.1.0",
"@fastify/session": "^10.8.0", "@fastify/session": "^10.8.0",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"better-sqlite3": "^11.0.0", "better-sqlite3": "^11.10.0",
"drizzle-orm": "^0.33.0", "drizzle-orm": "^0.33.0",
"fastify": "^4.26.0", "fastify": "^4.26.0",
"sharp": "^0.33.2", "sharp": "^0.33.2",