Why drizzle-kit generates schema in invalid place?

My drizzle config looks like this
  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
Was this page helpful?