fix: replace libsql with sql.js for cross-platform compilation

This commit is contained in:
2026-04-11 02:33:25 +08:00
parent 7e5b878a9c
commit 81f524bee1
5 changed files with 99 additions and 127 deletions

View File

@@ -14,10 +14,10 @@
"typescript": "^5"
},
"dependencies": {
"@libsql/client": "^0.17.2",
"@opentui/core": "^0.1.97",
"@opentui/react": "^0.1.97",
"marked": "^18.0.0",
"react": "^19.2.4"
"react": "^19.2.4",
"sql.js": "^1.11.0"
}
}