remove dotenv
All checks were successful
Lint / Lint and Check (push) Successful in 41s

This commit is contained in:
2025-11-15 17:00:33 +01:00
parent b630a0ca33
commit 2f6b0ed098
4 changed files with 0 additions and 14 deletions

View File

@@ -1,7 +1,5 @@
import { drizzle } from 'drizzle-orm/node-postgres';
import * as schema from './schema';
import dotenv from 'dotenv';
dotenv.config({ path: ['.env.local', '.env'] });
const DATABASE_URL = process.env.POSTGRES_URL;
if (!DATABASE_URL) {