Skip to content

Commit bc2e458

Browse files
Adding prisma type outputs
1 parent 208aa3d commit bc2e458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ datasource db {
55

66
generator client {
77
provider = "prisma-client-js"
8+
output = "../../node_modules/.prisma/client"
89
}
910

1011
model Email {

0 commit comments

Comments
 (0)