Cleanup AI slop and simplify db interface

This commit is contained in:
2026-01-12 18:51:09 -08:00
parent 88b6d1bade
commit 6664e6e3d1
16 changed files with 712 additions and 767 deletions

View File

@@ -99,5 +99,17 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true
}
},
"include": [
"index.tsx",
"src/**/*",
"bun_plugins/**/*",
"*.d.ts"
],
"exclude": [
"node_modules",
"dist",
"build",
"content"
]
}