Skip to content

Commit afd92f9

Browse files
committed
build: fixing build script to use proper worker script path
1 parent 3687bd5 commit afd92f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async function main(argv = process.argv) {
7171
// 2 entrypoints, the main script and the worker script
7272
entryPoints: [
7373
path.join(buildPath, 'polykey.js'),
74-
path.join(buildPath, 'polykeyWorker.js'),
74+
path.join(buildPath, 'polykeyWorkerManifest.js'),
7575
],
7676
sourceRoot: buildPath,
7777
bundle: true,

0 commit comments

Comments
 (0)