mirror of https://github.com/TriliumNext/Notes
in web version use local client time instead of server time for recording dateModified etc.
parent
8f68ff1932
commit
586d6b4557
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
isDev: function () {
|
||||
return process.env.TRILIUM_ENV && process.env.TRILIUM_ENV === 'dev';
|
||||
return !!(process.env.TRILIUM_ENV && process.env.TRILIUM_ENV === 'dev');
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue