stubbzilla8

Results 4 comments of stubbzilla8

I ended up using puppeteer-- was really straight forward. ```let chrome = { args: []}; let puppeteer; if (process.env.AWS_LAMBDA_FUNCTION_VERSION) { // running on the Vercel platform. chrome = require('chrome-aws-lambda'); puppeteer...

I was able to hack around it by writing this... ``` const adapter = PrismaAdapter(prisma) adapter.linkAccount = ({ provider, type, providerAccountId, access_token, token_type, id_token, userId }) => { return prisma.account.create({...

Would be really nice, especially for upserts deinfed by multiple pieces of data.