mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 13:47:43 +02:00
Fixed remaning linting issues
This commit is contained in:
parent
a13df41bae
commit
b7765013ca
33 changed files with 140 additions and 1495 deletions
|
@ -20,6 +20,7 @@ const prismaClientSingleton = () => {
|
|||
|
||||
export type ExtendedPrismaClient = ReturnType<typeof prismaClientSingleton>;
|
||||
|
||||
// biome-ignore lint/suspicious/noShadowRestrictedNames: https://www.prisma.io/docs/orm/more/help-and-troubleshooting/help-articles/nextjs-prisma-client-dev-practices
|
||||
declare const globalThis: {
|
||||
prismaGlobal: ExtendedPrismaClient;
|
||||
} & typeof global;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue