Merge branch 'main' into feat/external-2fa-codes

This commit is contained in:
Ephraim Duncan
2026-05-27 13:45:46 +00:00
committed by GitHub
88 changed files with 4121 additions and 1673 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
},
"dependencies": {
"@prisma/client": "^6.19.0",
"kysely": "0.28.16",
"kysely": "0.29.2",
"nanoid": "^5.1.6",
"prisma": "^6.19.0",
"prisma-extension-kysely": "^3.0.0",
+3 -1
View File
@@ -63,4 +63,6 @@ const main = async () => {
}
};
void main();
if (require.main === module) {
void main();
}