Ariel Flesler
07/08/2021, 6:53 PMimport { PrismaClient } from '@prisma/client'
taking a whooping 6 seconds. Is this something you plan to optimize? anything I could do about it? It's a new project with just 8 tables/models at the moment.janpio
janpio
janpio
janpio
Ariel Flesler
07/08/2021, 7:03 PMAriel Flesler
07/08/2021, 8:20 PMconst dirname = findSync(process.cwd(), [
'"node_modules/.prisma/client"',
'".prisma/client"',
], ['d'], ['d'], 1)[0] || __dirname
Will investigate furtherAriel Flesler
07/08/2021, 8:28 PMAriel Flesler
07/08/2021, 8:36 PM