6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
import { CorsWorker as Worker } from 'app/core/utils/CorsWorker';
|
|
|
|
export default function loadKusto() {
|
|
return new Worker(new URL('@kusto/monaco-kusto/release/esm/kusto.worker', import.meta.url));
|
|
}
|