Files
AFFiNE-Mirror/packages/common/env/src/worker.ts
T
2025-04-10 11:12:49 +00:00

6 lines
139 B
TypeScript

export function getWorkerUrl(name: string) {
return (
environment.workerPath + `${name}-${BUILD_CONFIG.appVersion}.worker.js`
);
}