fix pg imports for node tests

This commit is contained in:
dswbx
2025-10-31 17:48:50 +01:00
parent 71a17696eb
commit dbb19a27f4
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { Kysely, PostgresDialect } from "kysely";
import { PostgresIntrospector } from "./PostgresIntrospector";
import { PostgresConnection, plugins } from "./PostgresConnection";
import { customIntrospector } from "bknd";
import { customIntrospector } from "../Connection";
import $pg from "pg";
export type PgPostgresConnectionConfig = $pg.PoolConfig;