fix: added tests for attach and fixed contUse updates
This commit is contained in:
@@ -2,8 +2,6 @@ import { config } from "dotenv";
|
||||
config({ path: "../server/.env" });
|
||||
import { defineConfig } from "drizzle-kit";
|
||||
|
||||
console.log("DATABASE_URL", process.env.DATABASE_URL);
|
||||
|
||||
export default defineConfig({
|
||||
dialect: "postgresql",
|
||||
out: "./drizzle",
|
||||
|
||||
Reference in New Issue
Block a user