diff options
author | Christophe HAMERLING <chamerling@linagora.com> | 2020-06-03 15:54:29 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-06-09 11:38:06 +0200 |
commit | 212d8cb92b3e0c69f2adca89cab8c8cfd2eccc8a (patch) | |
tree | 540db6a9abcdb4da6bc614803b0c46b23086f175 /README.md | |
parent | 69aea45f3213b9279a2d8704c5a07078e0d12946 (diff) |
Add SHOW_DEV_TOOLS environment variable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,6 +69,12 @@ npm start The debugger tools are available when running in dev mode and can be activated with keyboard shortcuts as defined here https://github.com/sindresorhus/electron-debug#features. +It can also be displayed automatically from the `SHOW_DEV_TOOLS` environment variable such as: + +```bash +SHOW_DEV_TOOLS=true npm start +``` + #### Building the production distribution ```bash |