drizzle-kit drop config file does not exist
I have a
When I run
As a workaround I'm using the
I would expect it to work out of the box without having to specify a config path since I'm using a standard config file name/location.
/foo/drizzle.config.ts file as suggested in the docs (https://orm.drizzle.team/kit-docs/conf).When I run
drizzle-kit drop it fails because it can't locate the config file:As a workaround I'm using the
--config param but I wonder if this is the expected behaviour or if there might be something wrong with my setup.I would expect it to work out of the box without having to specify a config path since I'm using a standard config file name/location.