Move env and log into index
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user