[MM-53847] Expose isDev API to allow webapp to check if the app is in dev mode (#2800)

* [MM-53847] Expose isDev API to allow webapp to check if the app is in dev mode

* Fix test
This commit is contained in:
Devin Binnie
2023-08-29 10:07:33 -04:00
committed by GitHub
parent f581f439df
commit 9c3febd4c9
6 changed files with 16 additions and 2 deletions

View File

@@ -173,3 +173,5 @@ export const MAIN_WINDOW_RESIZED = 'main-window-resized';
export const MAIN_WINDOW_FOCUSED = 'main-window-focused';
export const VALIDATE_SERVER_URL = 'validate-server-url';
export const GET_IS_DEV_MODE = 'get-is-dev-mode';