mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 01:34:38 +10:00
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:
@@ -1,4 +1,4 @@
|
||||
import type { JsonValue } from "@prisma/client/runtime/library";
|
||||
import type { JsonValue } from "@prisma/client/runtime/client";
|
||||
|
||||
export type DropletManifest = V2Manifest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user