8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import "server-only";
|
|
|
|
export {
|
|
LocalPostgresDataClient,
|
|
createLocalPostgresDataClient,
|
|
type LocalDatabaseRole,
|
|
} from "./local-postgres-client-core";
|