Skip to content

Commit

Permalink
fix(examples): move read-your-writes examples
Browse files Browse the repository at this point in the history
  • Loading branch information
levydsa committed Nov 1, 2024
1 parent 672114a commit 4073452
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 0 deletions.
351 changes: 351 additions & 0 deletions examples/read-your-writes/package-lock.json

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

10 changes: 10 additions & 0 deletions examples/read-your-writes/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "read-your-writes",
"version": "1.0.0",
"main": "index.mjs",
"author": "Levy Albuquerque",
"license": "MIT",
"dependencies": {
"@libsql/client": "^0.14.0"
}
}

0 comments on commit 4073452

Please sign in to comment.