Files
Signal-Desktop/js
lilia 2bbd0d58c6 Separate development and production environments
Set NODE_ENV at run time or build time to switch the app between dev and
production modes.

At build time, the current NODE_ENV will be included in the packaged
app's package.json file. At runtime we read NODE_ENV from package.json,
but also allow the local environment variable to override. A query
string parsed by a preload script exposes the value to the renderer,
which then determines whether we use the staging or production server.
Additionally, different environments have different user data
directories.

// FREEBIE
2017-09-14 16:53:35 -07:00
..
2017-09-14 16:53:34 -07:00
2017-09-14 16:53:34 -07:00
2017-09-14 16:53:34 -07:00
2017-04-15 23:46:02 -07:00
2017-09-14 16:53:34 -07:00
2016-08-23 16:16:31 -07:00
2017-09-14 16:53:34 -07:00
2016-02-18 13:45:22 -08:00
2016-09-20 13:42:33 -07:00
2016-08-11 12:22:32 -07:00
2016-08-23 16:16:31 -07:00