feat: build out server

This commit is contained in:
2025-08-11 18:28:41 -07:00
parent 0b6a85ea2c
commit c21cc89505
16 changed files with 973 additions and 7 deletions

View File

@@ -19,6 +19,9 @@
"typescript": "5.9.2"
},
"dependencies": {
"@prisma/client": "6.13.0"
"@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.13.0",
"discord.js": "14.21.0",
"fastify": "5.5.0"
}
}