chore: extract SQLite abstraction into separate PR (#refactor/sqlite-abstraction)

This commit is contained in:
Dax Raad
2026-03-19 21:02:58 -04:00
parent fcf1bb010c
commit 2bfe81ee5c
4 changed files with 24 additions and 35 deletions
-7
View File
@@ -26,13 +26,6 @@
"exports": {
"./*": "./src/*.ts"
},
"imports": {
"#db": {
"bun": "./src/storage/db.bun.ts",
"node": "./src/storage/db.node.ts",
"default": "./src/storage/db.bun.ts"
}
},
"devDependencies": {
"@babel/core": "7.28.4",
"@effect/language-service": "0.79.0",