mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
4 lines
162 B
TypeScript
4 lines
162 B
TypeScript
|
import { CorsWorker as Worker } from 'app/core/utils/CorsWorker';
|
||
|
|
||
|
export const createWorker = () => new Worker(new URL('./service.worker.ts', import.meta.url));
|