update: get active forwarder from api

This commit is contained in:
2026-01-04 13:33:59 +07:00
parent 6a63e2801d
commit 4ac430c1fe
7 changed files with 359 additions and 242 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from "drizzle-kit";
export default defineConfig({
dialect: "postgresql",
schema: "./app/db/schema/*",
schema: "./lib/schema/*",
out: "./drizzle",
dbCredentials: {
url: process.env.DATABASE_URL!