We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3687bd5 commit afd92f9Copy full SHA for afd92f9
scripts/build.mjs
@@ -71,7 +71,7 @@ async function main(argv = process.argv) {
71
// 2 entrypoints, the main script and the worker script
72
entryPoints: [
73
path.join(buildPath, 'polykey.js'),
74
- path.join(buildPath, 'polykeyWorker.js'),
+ path.join(buildPath, 'polykeyWorkerManifest.js'),
75
],
76
sourceRoot: buildPath,
77
bundle: true,
0 commit comments