mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
wip: stats
This commit is contained in:
parent
32fce57af8
commit
c6a4a8fb80
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue