🙈 Fixed missing commit of database handler

This commit is contained in:
Axel Olausson Holtenäs 2022-10-21 18:07:54 +02:00
parent 61ab2cba99
commit cd3f0fcec7
2 changed files with 3 additions and 5 deletions

5
.gitignore vendored
View file

@ -140,8 +140,3 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Docker
database
docker-compose.local.yml

View file

@ -0,0 +1,3 @@
import { PrismaClient } from '@prisma/client'
export default new PrismaClient()