migrate to prisma v7 (#345)

* migrate to prisma v7

* fix prisma type imports

* update prisma version in docker

* fix prisma cli breaking things
This commit is contained in:
Husky
2026-02-10 20:26:53 -05:00
committed by GitHub
parent f8447808dd
commit ed724c7170
10 changed files with 678 additions and 126 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { JsonValue } from "@prisma/client/runtime/library";
import type { JsonValue } from "@prisma/client/runtime/client";
export type DropletManifest = V2Manifest;