Can't get Drizzle working in turborepo as package

I can't get Drizzle working as package in turborepo, getting all kind of TS errors. Does anyone have a working example?

I am using Sveltekit as the frontend, hono as the backend (with nodeJS) and want to use a message queue worker (BullMQ in my case) too as a seperate app. Both Hono and the message queue will need to access drizzle, thats why I want to use Drizzle as a package.
Was this page helpful?