Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Mar 31, 2024
1 parent 8a23745 commit c61deb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bun.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install]
peer = true
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ datasource db {
// }

generator clientWorker {
provider = "prisma-client-js"
provider = "prisma-client-js"
// previewFeatures = ["driverAdapters"]
}

model User {
Expand Down
2 changes: 1 addition & 1 deletion server/middleware/00.start.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PrismaClient } from "@prisma/client";
import { PrismaClient } from '@prisma/client'

declare module 'h3' {
interface H3EventContext {
Expand Down

0 comments on commit c61deb1

Please sign in to comment.