file based auth

This commit is contained in:
2026-02-23 09:58:08 +00:00
parent 0bea406dcd
commit 2779fe22c6
40 changed files with 456 additions and 1010 deletions
@@ -1,13 +0,0 @@
import { config } from 'dotenv';
config({ path: '../../../.env' });
const { POSTGRES_URL } = process.env;
export default {
schema: './src/schema/index.ts',
out: './migrations',
dialect: 'postgresql',
dbCredentials: {
url: POSTGRES_URL,
},
};