This commit is contained in:
dswbx
2024-11-16 12:57:27 +01:00
parent 90f80c4280
commit 95ea2c8919
5 changed files with 8 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ registries.media.add("local", {
const connection = new LibsqlConnection(
createClient({
url: "file:.db/test.db"
url: "file:.db/show.db"
})
);