I am using a monorepo and am importing my EffectDatabaseLive from another package, I am getting a drizzle type error:
Seems like the schema generic is missing - did you forget to add it to your DB type?
Seems like the schema generic is missing - did you forget to add it to your DB type?
I assume this is because I am importing it from another package and it's looking in for the drizzle.config inside the package that it's being imported in to.