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 298 B
export interface PostgresConfig { postgres: { rootDatabaseUrl?: string; appDatabaseUrl?: string; dropAppDatabase?: boolean; extensions: string[]; }; } export declare const DEFAULT_POSTGRES_CONFIG: PostgresConfig; //# sourceMappingURL=postgres.config.d.ts.map