Skip to content

Commit

Permalink
chore(zero): rm wa-sqlite
Browse files Browse the repository at this point in the history
this was used in early benchmarking of ivm1 to test client side db impl vs sqlite-in-browser.
  • Loading branch information
tantaman committed Dec 23, 2024
1 parent 3e31949 commit b69fce3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/shared/src/tool/vitest-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default {
// https://github.com/vitest-dev/vitest/issues/5332#issuecomment-1977785593
optimizeDeps: {
include: ['vitest > @vitest/expect > chai'],
exclude: ['wa-sqlite'],
},
define,
esbuild: {
Expand Down
1 change: 0 additions & 1 deletion packages/zql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"replicache": "15.2.1",
"shared": "0.0.0",
"typescript": "^5.6.3",
"wa-sqlite": "github:rhashimoto/wa-sqlite#ca2084cdd188c56532ba3e272696d0b9e21a23bf",
"zero-protocol": "0.0.0",
"zod": "^3.21.4"
},
Expand Down

0 comments on commit b69fce3

Please sign in to comment.