wip: stats

This commit is contained in:
Adam 2026-05-21 10:25:11 -05:00
parent 32fce57af8
commit c6a4a8fb80
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -4,7 +4,6 @@ export default defineConfig({
dialect: "mysql",
schema: ["./src/database/schema.ts"],
out: "./migrations",
casing: "snake_case",
dbCredentials: {
url: process.env.DATABASE_URL ?? "mysql://root:changeme@localhost:3306/opencode_stats",
},