Skip to content

Commit

Permalink
fix drizzle config
Browse files Browse the repository at this point in the history
  • Loading branch information
troypoulter committed May 10, 2024
1 parent 51ba629 commit 5dcfd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { env } from "./lib/env.mjs";
export default {
schema: "./lib/db/schema.ts",
out: "./lib/db/migrations",
driver: "turso",
dialect: "sqlite",
dbCredentials: {
url: env.DATABASE_URL,
authToken: env.DATABASE_AUTH_TOKEN
Expand Down

0 comments on commit 5dcfd2a

Please sign in to comment.