mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
7 lines
243 B
JavaScript
7 lines
243 B
JavaScript
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
import "./polyfills/console-time.js"
|
|
global.Buffer = require('buffer').Buffer;
|
|
import '../app/common/logger/index';
|
|
import { DOMParser } from './worker.js';
|
|
global.DOMParser = DOMParser;
|