mirror of https://github.com/TriliumNext/Notes
entrypoint: add missing, currently required set_password entry point
TODO: I think this can actually be part of the setup entrypoint/view at some pointpull/1168/head
parent
f78a6ed14b
commit
f6d9b42911
@ -0,0 +1,6 @@
|
||||
import "../stylesheets/bootstrap.scss";
|
||||
|
||||
// @TriliumNextTODO: is this even needed anymore?
|
||||
// @ts-ignore - module = undefined
|
||||
// Required for correct loading of scripts in Electron
|
||||
if (typeof module === 'object') {window.module = module; module = undefined;}
|
||||
Loading…
Reference in New Issue