Implement local SQLite backend and reactive UI

This commit is contained in:
2026-05-14 21:28:32 -04:00
parent 4aa3f7b362
commit f95b0ae912
35 changed files with 5444 additions and 2009 deletions

View File

@@ -3,18 +3,6 @@
"private": true,
"type": "module",
"exports": {
"./demoData": {
"types": "./src/demoData.ts",
"import": "./src/demoData.ts"
},
"./extraData": {
"types": "./src/extraData.ts",
"import": "./src/extraData.ts"
},
"./mockRpc": {
"types": "./src/mockRpc.ts",
"import": "./src/mockRpc.ts"
},
"./db": {
"types": "./src/db/index.ts",
"import": "./src/db/index.ts"