fdarian / prisma-generator-drizzle

A Prisma generator for generating Drizzle schema with ease
129 stars 11 forks source link

Biome is not recognized as a formatter #54

Closed jansedlon closed 4 months ago

jansedlon commented 4 months ago

Hey, when i want to use biome as a formatter, it throws this error

@flixydev/prisma:db:generate: [prisma-generator-drizzle] Invalid Config:
@flixydev/prisma:db:generate: 
@flixydev/prisma:db:generate: - formatter: Invalid type: Expected "prettier" but received "biome"
jansedlon commented 4 months ago

I see, you have added it in main branch, but it's not released yet :) I'll make a patch for myself

fdarian commented 4 months ago

Hi @jansedlon, many apologies for this, I think I was preparing for another feature but got distracted. Here I just released v0.7.2 to push this feature

jansedlon commented 4 months ago

That's great, thank you!