mirror of https://github.com/keeweb/keeweb
fixed exports
parent
ef573336d8
commit
195e2cc8f0
@ -1 +1 @@
|
||||
export const isDev = !__dirname.includes('.asar');
|
||||
module.exports.isDev = !__dirname.includes('.asar');
|
||||
|
Loading…
Reference in New Issue