switching to sqlite

This commit is contained in:
2025-08-07 14:59:06 -05:00
parent 25886c8498
commit e1605992b0
51 changed files with 22651 additions and 13863 deletions

View File

@@ -25,5 +25,10 @@
},
"lint-staged": {
"**/*": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\" --ignore-unknown"
}
},
"workspaces": [
"api",
"app",
"tests"
]
}