First schema iteration

This commit is contained in:
Kevin Puig
2025-09-27 02:44:50 -04:00
parent 007a5a6d84
commit 50b0164c9b
3 changed files with 505 additions and 1 deletions

View File

@@ -4,10 +4,11 @@
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"@prisma/client": "^6.16.2",
"hono": "^4.9.9",
"prisma": "^6.16.2"
},
"devDependencies": {
"@types/bun": "latest"
}
}
}