mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
Merge branch 'main' into feat/external-2fa-codes
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -63,4 +63,6 @@ const main = async () => {
|
||||
}
|
||||
};
|
||||
|
||||
void main();
|
||||
if (require.main === module) {
|
||||
void main();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user