Skip to content

Commit

Permalink
fix: sherlock loading a project
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Sep 6, 2024
1 parent 5175993 commit 9b97457
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ async function initSqlite() {
await sqlite3InitModule({
// @ts-expect-error
wasmBinary: wasmBinary,
// https://github.com/opral/inlang-sdk/issues/170#issuecomment-2334768193
locateFile: () => "sqlite3.wasm",
}),
);
}

0 comments on commit 9b97457

Please sign in to comment.