mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 10:41:11 +10:00
fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import type { GameVersion } from "@prisma/client";
|
||||
import type { GameVersion } from "~/prisma/client";
|
||||
import prisma from "../db/database";
|
||||
|
||||
export type DropChunk = {
|
||||
|
||||
Reference in New Issue
Block a user