Quentin Laffont

Results 67 comments of Quentin Laffont

same for me, it can be reproducible here : https://github.com/qlaffont/starter-elysia (Bun 1.1.0)

I have found the issue, multiple elysia are imported (check your librairies and verify that elysia is not exported on one of your imported librairies)

To be honest, the need is to integrate with other tools like CodeClimate (with lcov report) than display a badge in your repo.

I have the same error unfortunatly :/ (Bun 1.0.35 / Prisma 5.2.0) If you want to test it, I can give you an example : ``` datasource db { provider...

Nop :/ ``` > [email protected] generate /home/quentin/Documents/dev/perso/starter-api > prisma generate Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Error: Expected double-quoted property name in JSON at position 622...

Strange I don't reproduce the error with deps I have installed...