mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
7 lines
207 B
JavaScript
7 lines
207 B
JavaScript
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
global.Buffer = require('buffer').Buffer;
|
|
import '../app/common/logger/index';
|
|
import { DOMParser } from './worker.js';
|
|
global.DOMParser = DOMParser;
|
|
|