UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

10 lines (9 loc) 253 B
export interface PostgresConfig { postgres: { rootDatabaseUrl?: string; appDatabaseUrl?: string; dropAppDatabase?: boolean; extensions: string[]; }; } export declare const DEFAULT_POSTGRES_CONFIG: PostgresConfig;