wip: database

This commit is contained in:
2025-10-31 18:23:39 +02:00
parent 1f4c6b38a1
commit 67f5673db1
89 changed files with 5208 additions and 2529 deletions
-9
View File
@@ -1,9 +0,0 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "node",
globals: true,
include: ["src/**/*.test.ts"],
},
});