🙈 Fixed missing commit of database handler
This commit is contained in:
parent
61ab2cba99
commit
cd3f0fcec7
2 changed files with 3 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -140,8 +140,3 @@ dist
|
|||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
|
||||
# Docker
|
||||
database
|
||||
docker-compose.local.yml
|
||||
|
|
3
src/handlers/database/index.ts
Normal file
3
src/handlers/database/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { PrismaClient } from '@prisma/client'
|
||||
|
||||
export default new PrismaClient()
|
Loading…
Add table
Reference in a new issue