Currently, I have a situation where I need disable the generator for DBML. A option, like `DISABLE_DBML` will be very useful. ```sh cross-env DISABLE_DBML=true prisma generate ``` Thanks!
Currently, I have a situation where I need disable the generator for DBML.
A option, like
DISABLE_DBMLwill be very useful.Thanks!