mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Revert Prisma build.
This commit is contained in:
parent
77131158f7
commit
bf6c9395c6
14 changed files with 14 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import debug from 'debug';
|
||||
import { PrismaClient } from '@/generated/prisma/client';
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
import { PrismaPg } from '@prisma/adapter-pg';
|
||||
import { readReplicas } from '@prisma/extension-read-replicas';
|
||||
import { MYSQL, POSTGRESQL, getDatabaseType } from '@/lib/db';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue