Q: Why do mountain climbers rope themselves together?

A:	To prevent the sensible ones from going home.
This commit is contained in:
Sebastien Castiel
2024-10-25 15:02:31 -04:00
parent 9bdc8a715c
commit c1c75fa260
29 changed files with 73 additions and 96 deletions

View File

@@ -2,7 +2,7 @@ import { PrismaClient } from '@prisma/client'
declare const global: Global & { prisma?: PrismaClient }
export let p: PrismaClient = undefined as any as PrismaClient
export let p: PrismaClient = undefined as unknown as PrismaClient
if (typeof window === 'undefined') {
// await delay(1000)