feat: add session persistence examples and SQLite driver

This commit is contained in:
Nathan Flurry 2026-02-11 20:29:03 -08:00
parent 64d1324628
commit 3c2a9cbbbb
14 changed files with 524 additions and 11 deletions

View file

@ -7,4 +7,5 @@ export default defineConfig({
sourcemap: true,
clean: true,
target: "es2022",
external: ["better-sqlite3"],
});