Unable to resolve "drizzle-seed"
When i run this code in expo go app i get the following error:
Unable to resolve "drizzle-seed" from "db\index.ts"
I do however get all the type information for the seed
function when i import it.
"drizzle-orm": "^0.37.0",
"drizzle-seed": "^0.1.2",
"drizzle-kit": "^0.29.1",
"expo-sqlite": "~15.0.3",2 Replies