Skip to content

Commit

Permalink
chore(wasm): deno build err
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Nov 20, 2023
1 parent 826e7fd commit 3cd79e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/loro-wasm/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/loro-wasm/scripts/build.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import __ from "https://deno.land/x/[email protected]/mod.ts";
import { resolve } from "https://deno.land/[email protected]/path/mod.ts";
import __ from "https://raw.githubusercontent.com/zxch3n/dirname/master/mod.ts";
const { __dirname } = __(import.meta);

// deno run -A build.ts debug
Expand Down

0 comments on commit 3cd79e9

Please sign in to comment.