Files
Trilium/apps/client/src/login.ts
2025-10-08 18:50:27 +03:00

4 lines
168 B
TypeScript

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