Why drizzle-kit generates schema in invalid place?

My drizzle config looks like this
out: './drizzle',
schema: './src/lib/server/db/schema.ts',
out: './drizzle',
schema: './src/lib/server/db/schema.ts',
But after running drizzle-kit pull schema is generated inside ./drizzle/schema.js is this expected behaviour ? Thanks
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?