Nu med virkende AUTH

This commit is contained in:
Jakob Boedker
2026-03-25 18:21:40 +01:00
parent 4c4b480350
commit 0c8e654142
16 changed files with 304 additions and 3 deletions

View File

@@ -6,17 +6,27 @@
"devDependencies": {
"@types/bun": "^1.3.11",
"@types/node": "^25.5.0",
"open-cli": "^8.0.0",
"prisma": "^7.5.0",
"tsx": "^4.21.0"
},
"scripts": {
"start": "bun run --hot src/index.ts",
"open-auth-docs": "open-cli http://localhost:3000/api/auth/reference"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@hono/zod-validator": "^0.7.6",
"@prisma/adapter-mariadb": "^7.5.0",
"@prisma/client": "^7.5.0",
"better-auth": "^1.5.6",
"dotenv": "^17.3.1",
"hono": "^4.12.9"
"form-data": "^4.0.5",
"hono": "^4.12.9",
"mailgun": "^0.5.0",
"mailgun.js": "^12.7.1",
"zod": "^4.3.6"
}
}