Skip to content

Commit f54490b

Browse files
https://soukai.js.org/guide/engines.html#debugging
1 parent cea5649 commit f54490b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bookmarks/soukai/demo/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
logout,
88
} from "@inrupt/solid-client-authn-browser";
99
import { Bookmark } from "../../src/modules/Bookmarks";
10-
import { bootModels, getEngine, setEngine } from "soukai";
10+
import { bootModels, getEngine, setEngine, LogEngine } from "soukai";
1111
import {
1212
Fetch,
1313
SolidContainer,
@@ -70,7 +70,7 @@ export function bootSoukai(fetch?: Fetch) {
7070
SolidTypeIndex: SolidTypeIndex,
7171
});
7272
console.log('setEngine');
73-
setEngine(new SolidEngine(fetch));
73+
setEngine(new LogEngine(new SolidEngine(fetch)));
7474
}
7575

7676
type FetchContainrURLArgs = {

0 commit comments

Comments
 (0)