Skip to content

Commit 3819260

Browse files
committed
fix: auto gen file
Signed-off-by: bkioshn <[email protected]>
1 parent 3f23239 commit 3819260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flutter/example/lib/src/rust/frb_generated.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class RustLib extends BaseEntrypoint<RustLibApi, RustLibApiImpl, RustLibWire> {
7474
ExternalLibraryLoaderConfig(
7575
stem: 'rust_lib_example',
7676
ioDirectory: 'rust/target/release/',
77-
webPrefix: 'pkg/',
77+
webPrefix: '/assets/packages/catalyst_key_derivation/assets/js/',
7878
);
7979
}
8080

0 commit comments

Comments
 (0)