feat: implement complex user invitation handler with tests and configuration

This commit is contained in:
Jose Selesan
2026-04-22 15:58:34 -03:00
parent 6ad4fc9ee9
commit 4658b168ed
8 changed files with 302 additions and 21 deletions

View File

@@ -4,6 +4,7 @@
"dev": "bun run --hot src/server.ts",
"start": "bun src/server.ts",
"build": "tsc -b",
"test": "bun test",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
@@ -33,6 +34,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/nodemailer": "^8.0.0"
"@types/nodemailer": "^8.0.0",
"bun-mock-prisma": "^1.2.1"
}
}