Skip to content

Commit

Permalink
prisma output added
Browse files Browse the repository at this point in the history
  • Loading branch information
Berat Genç authored and Berat Genç committed Jan 14, 2024
1 parent 32adb16 commit c404f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/client"
}


datasource db {
provider = "mysql"
url = env("DATABASE_URL")
Expand Down

0 comments on commit c404f52

Please sign in to comment.