We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c93bfe commit 942b013Copy full SHA for 942b013
1 file changed
src/workers/utils.ts
@@ -11,10 +11,7 @@ import * as workerErrors from './errors.js';
11
import { polykeyWorkerManifest } from '../workers/index.js';
12
13
const dirname = url.fileURLToPath(new URL('.', import.meta.url));
14
-const workerPath = path.join(
15
- dirname,
16
- '../../dist/workers/polykeyWorkerManifest.js',
17
-);
+const workerPath = path.join(dirname, './polykeyWorkerManifest.js');
18
19
async function createWorkerManager({
20
cores,
0 commit comments