ADD: prisma fix

This commit is contained in:
hwinkel
2026-03-13 14:20:07 +01:00
parent 98ac11bda9
commit f5b259cae2
29 changed files with 34 additions and 34 deletions
@@ -1,4 +1,4 @@
import prisma from "./prisma";
import prisma from "./prisma.server";
export async function generateInvoiceNumber(companyId: string): Promise<string> {
const year = new Date().getFullYear();
@@ -1,4 +1,4 @@
import prisma from "@/lib/prisma";
import prisma from "@/lib/prisma.server";
export type LogAction =
| "LOGIN"