runonce
DTDrizzle Team
•Created by runonce on 5/21/2023 in #help
drizzle-kit drop config file does not exist
I have a
/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.4 replies