prisma client auf node_modules/.prisma/client

This commit is contained in:
titver968
2025-04-16 16:57:22 +02:00
parent 5e7c0600a8
commit f6d7464cb8
25 changed files with 33 additions and 10219 deletions

View File

@@ -1,4 +1,5 @@
import { PrismaClient } from '@prisma/client';
//import { PrismaClient } from './src/generated/client';
import { json } from '@sveltejs/kit';
import type { RequestHandler } from './$types';