mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-93 - Moved the node env const to misc
This commit is contained in:
committed by
Kiran Niranjan
parent
654441ce8c
commit
aec84b823b
@@ -5,7 +5,10 @@ const isDevEnv = process.env.ELECTRON_DEV ?
|
||||
|
||||
const isMac = (process.platform === 'darwin');
|
||||
|
||||
const isNodeEnv = !!process.env.NODE_ENV;
|
||||
|
||||
module.exports = {
|
||||
isDevEnv: isDevEnv,
|
||||
isMac: isMac
|
||||
isMac: isMac,
|
||||
isNodeEnv: isNodeEnv
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user