trilium/apps/client/src/set_password.ts
2025-10-08 18:50:27 +03:00

7 lines
252 B
TypeScript

import "./stylesheets/auth.css";
// @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;}