mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
remove jsdocs directory and use doc generation from config and package parallelize build pipeline and make it faster remove .vscode update dependencies fix vulnerability remove fonts dependencies nad make it from npx fix vulnerability in code
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
import "regenerator-runtime/runtime";
|
|
import { Worker } from "./worker";
|
|
|
|
|
|
window.Worker = Worker;
|
|
|
|
|
|
global.URL.createObjectURL = jest.fn(() => "");
|