mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2025-12-17 20:59:25 +00:00
initial commit
This commit is contained in:
10
apps/server/drizzle.config.ts
Normal file
10
apps/server/drizzle.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "drizzle-kit";
|
||||
|
||||
export default defineConfig({
|
||||
schema: "./src/db/schema",
|
||||
out: "./src/db/migrations",
|
||||
dialect: "postgresql",
|
||||
dbCredentials: {
|
||||
url: process.env.DATABASE_URL || "",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user