fix(cli): artifacts wasi worker name (#1895)
This commit is contained in:
parent
a6934ab041
commit
1676930728
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export async function collectArtifacts(userOptions: ArtifactsOptions) {
|
||||||
)
|
)
|
||||||
const browserWorkerFile = join(
|
const browserWorkerFile = join(
|
||||||
options.buildOutputDir ?? options.cwd,
|
options.buildOutputDir ?? options.cwd,
|
||||||
`wasi-worker-browser.js`,
|
`wasi-worker-browser.mjs`,
|
||||||
)
|
)
|
||||||
debug.info(
|
debug.info(
|
||||||
`Move wasi binding file [${colors.yellowBright(
|
`Move wasi binding file [${colors.yellowBright(
|
||||||
|
|
Loading…
Reference in a new issue