Move env and log into index

This commit is contained in:
Dominic Ferrando
2026-07-01 23:24:27 -04:00
parent 593db80067
commit f2781e1803
4 changed files with 43 additions and 29 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Kysely, PostgresDialect } from 'kysely';
import { type DB } from 'kysely-codegen';
import { Pool } from "pg";
import { env } from '../env';
import { env } from '../index';
const db = new Kysely<DB>({
dialect: new PostgresDialect({