fix: import needs to be relative, not hash
This commit is contained in:
parent
a82436f1c0
commit
0350feef64
|
@ -1,5 +1,5 @@
|
|||
// @ts-ignore
|
||||
import baoWasm from "#wasm/bao.wasm";
|
||||
import baoWasm from "./wasm/bao.wasm";
|
||||
import Go from "#go_wasm.js";
|
||||
|
||||
export async function getVerifiableStream(
|
||||
|
|
Loading…
Reference in New Issue