mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
export default function webWorker() {
|
|
return new Worker(new URL('./workers/simulationWorker.js', import.meta.url));
|
|
}
|