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) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_POSTGRES_CONFIG = void 0; exports.DEFAULT_POSTGRES_CONFIG = { postgres: { dropAppDatabase: false, extensions: ['uuid-ossp', 'pg_trgm'], }, };