Skip to content

Commit

Permalink
fix(bundle): wasm binary
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 16, 2024
1 parent c852bf2 commit 4a7b6b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tasks": {
"test:node": "sleep 0",
"test:bun": "sleep 0",
"build": "deno run --allow-net=deno.land --allow-write=vendored vendored/mod.ts"
"vendor": "deno run --allow-net=deno.land --allow-write=vendored vendored/mod.ts"
},
"imports": {
"@b-fuze/deno-dom": "jsr:@b-fuze/deno-dom@^0.1.48",
Expand Down
Binary file modified bundle/vendored/esbuild/esbuild.wasm
Binary file not shown.

0 comments on commit 4a7b6b9

Please sign in to comment.