feat(storage): add resilient SQLite foundation

This commit is contained in:
chick
2026-07-16 13:20:59 +08:00
parent 26c1bcc6da
commit ef9a634a02
9 changed files with 1282 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ packages:
# Vitest uses esbuild for TypeScript transformation. pnpm 11 blocks every
# dependency build by default, so keep the allow-list explicit and minimal.
allowBuilds:
better-sqlite3: true
esbuild: true