You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Configuration of Mermaid via .js file (#232)
* feat: Enable override of mermaid configuration via a .js file
* fix: Move theme to mermaid config and out of cli extensions
* remove mermaid types stub
* fix theme for readme erd
* fix: Documentation for mermaid configuration and note about theme setting via env variable
* feat: Add disable flag to prisma config options (#233)
close issue #202 by adding an environment variable friendly approach to disabling the generator
* fix: Default puppeteer-config to not set executable path unless OS is… (#235)
* fix: Default puppeteer-config to not set executable path unless OS is anything but Windows
* attempt to remove setting default executable path to troubleshoot mac os test failure in github actions
* .
* cross-env use for windows
* fix: Move puppeteer args to arm64 darwin only
Hi,
it would be nice to have a config setting to disable the generator.
Something like the existing config setting for debug:
It would also be awesome if the environment variable
DISABLE_ERD
overrode completely the config value as in:The reason for that behaviour is that I would like to have it completely disabled and only generate the ERD on demand.
Would you be open to making such changes? I could take care of it.
The text was updated successfully, but these errors were encountered: