db0
db0 copied to clipboard
Type issue with integrations
Environment
"db0": "^0.1.4", "drizzle-orm": "^0.31.2"
Reproduction
Write import { drizzle } from "db0/integrations/drizzle";
in any project and the IDE will tell you that types does not exists.
Describe the bug
Hey,
I'm trying to use this integration: https://db0.unjs.io/integrations/drizzle but my IDE complains about types.
While trying to understand why this could happens, it seems to be an issue with the compilation step where the ../../types
does not exists anymore since every thing move to dist
except integrations
and connectors
because of mkdist
.
Additional context
No response
Logs
No response