feat: add prisma

This commit is contained in:
2026-01-05 16:42:01 -05:00
parent f11b8273c2
commit 6fda359b2d
10 changed files with 417 additions and 87 deletions
+3 -1
View File
@@ -25,7 +25,9 @@
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.19.1",
"discord.js": "14.21.0",
"node-schedule": "2.1.1"
"node-schedule": "2.1.1",
"prisma": "6.19"
}
}