mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -2,6 +2,6 @@ function isDev() {
|
||||
return !!(process.env.TRILIUM_ENV && process.env.TRILIUM_ENV === 'dev');
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
isDev
|
||||
};
|
||||
Reference in New Issue
Block a user