Skip to content

Commit

Permalink
lifi client side integration
Browse files Browse the repository at this point in the history
  • Loading branch information
marsian83 committed Jan 9, 2025
1 parent 4d30bb2 commit 3bf3396
Show file tree
Hide file tree
Showing 7 changed files with 387 additions and 25 deletions.
6 changes: 5 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"@std/expect": "jsr:@std/expect",
"@cache": "./cache.js"
},
"workspace": ["./packages/client", "./packages/contracts"],
"workspace": [
"./packages/client",
"./packages/contracts",
"./packages/server"
],
"nodeModulesDir": "auto",
"compilerOptions": {
"strict": true,
Expand Down
Loading

0 comments on commit 3bf3396

Please sign in to comment.