Skip to content

Commit

Permalink
refactor(database): change prisma client provider (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyna committed Feb 6, 2025
1 parent 3103307 commit c9c95d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "cargo run --bin prisma"
output = "../src/prisma.rs"
}

datasource db {
Expand Down

0 comments on commit c9c95d8

Please sign in to comment.