Skip to content

Commit 4597aa8

Browse files
committed
feat: update surrealdb_wasm js file import
1 parent 0a918fb commit 4597aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</script>
4242
<script type="module">
4343
import { Surreal, StringRecordId } from "$FLUTTER_BASE_HREFassets/packages/surrealdb_js/assets/js/index.bundled.mjs";
44-
import { surrealdbWasmEngines } from "$FLUTTER_BASE_HREFassets/packages/surrealdb_wasm/assets/wasm/surrealdb/esm.bundled.js";
44+
import { surrealdbWasmEngines } from "$FLUTTER_BASE_HREFassets/packages/surrealdb_wasm/assets/wasm/surrealdb/index.bundled.js";
4545

4646
// expose the type to the global scope
4747
globalThis.SurrealJS = Surreal;

0 commit comments

Comments
 (0)