Skip to content

Commit b68ed2b

Browse files
Merge pull request #19 from GeneralMagicio/add-output-address
added output location for prsima client
2 parents 20e8660 + 1bad8d7 commit b68ed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
generator client {
88
provider = "prisma-client-js"
9+
output = "app/generated/prisma/client"
910
}
10-
1111
datasource db {
1212
provider = "postgresql"
1313
url = env("DATABASE_URL")

0 commit comments

Comments
 (0)