fix: keep prisma client in go.mod
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
// Importiere Prisma Client Go als Tool, nicht als Bibliothek.
|
||||
_ "github.com/steebchen/prisma-client-go"
|
||||
)
|
||||
Reference in New Issue
Block a user