establish db

This commit is contained in:
2026-06-05 20:30:28 -04:00
parent 820a872f07
commit 58b5804d7a
95 changed files with 42873 additions and 233 deletions

View File

@@ -18,6 +18,24 @@ export default defineConfig({
external: ["@tensorflow/tfjs-node", "onnxruntime-node"],
},
},
// Coverage configuration
coverage: {
provider: "v8",
reporter: ["text", "json", "html"],
reportsDirectory: "coverage",
include: ["src/**/*.{ts,tsx}"],
exclude: [
"src/**/*.test.{ts,tsx}",
"src/test/**/*",
"src/**/route.ts",
],
thresholds: {
lines: 80,
statements: 80,
branches: 70,
functions: 80,
},
},
},
resolve: {
alias: {