mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
e79e4c9e9b
Co-authored-by: renovate <29139614+renovate@users.noreply.github.com>
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export function getWorkerUrl(name: string) {
|
|
return (
|
|
environment.workerPath + `${name}-${BUILD_CONFIG.appVersion}.worker.js`
|
|
);
|
|
}
|