fix: added tests for attach and fixed contUse updates

This commit is contained in:
John Yeo
2025-06-17 12:26:58 +01:00
parent b248cf6be9
commit 943baf9ff8
41 changed files with 519 additions and 820 deletions

View File

@@ -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",