Skip to content

Commit 1eedfa3

Browse files
committed
fix: add output path
1 parent 9121f51 commit 1eedfa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/database/prisma/velog-book-mongo/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
generator client {
22
provider = "prisma-client-js"
3+
output = "../../node_modules/@prisma/velog-book-mongo/client"
34
}
45

56
datasource db {

0 commit comments

Comments
 (0)