Files
Trilium/apps/client/src/login.ts

4 lines
168 B
TypeScript
Raw Normal View History

// @ts-ignore - module = undefined
// Required for correct loading of scripts in Electron
if (typeof module === 'object') {window.module = module; module = undefined;}