mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-07 12:29:50 +08:00
refactor(core): add version in worker url (#11614)
Co-authored-by: renovate <29139614+renovate@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from '@blocksuite/affine/gfx/turbo-renderer';
|
||||
|
||||
function createPainterWorker() {
|
||||
const worker = new Worker(getWorkerUrl('turbo-painter.worker.js'));
|
||||
const worker = new Worker(getWorkerUrl('turbo-painter'));
|
||||
return worker;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user