From b2e3adf9534cf1e810f32fd778ddffcb29d97c9b Mon Sep 17 00:00:00 2001 From: Andres Date: Sat, 15 Jul 2023 10:54:08 +0200 Subject: [PATCH] update lockfile --- prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 0a78eac..53e6b00 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -7,6 +7,7 @@ datasource db { generator client { provider = "prisma-client-js" previewFeatures = ["fullTextSearch", "fullTextIndex"] + output = "../node_modules/.prisma/client" } model verification {