Skip to content

Commit

Permalink
https://soukai.js.org/guide/engines.html#debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jan 30, 2025
1 parent cea5649 commit f54490b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookmarks/soukai/demo/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
logout,
} from "@inrupt/solid-client-authn-browser";
import { Bookmark } from "../../src/modules/Bookmarks";
import { bootModels, getEngine, setEngine } from "soukai";
import { bootModels, getEngine, setEngine, LogEngine } from "soukai";
import {
Fetch,
SolidContainer,
Expand Down Expand Up @@ -70,7 +70,7 @@ export function bootSoukai(fetch?: Fetch) {
SolidTypeIndex: SolidTypeIndex,
});
console.log('setEngine');
setEngine(new SolidEngine(fetch));
setEngine(new LogEngine(new SolidEngine(fetch)));
}

type FetchContainrURLArgs = {
Expand Down

0 comments on commit f54490b

Please sign in to comment.