UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

4 lines 261 B
import type { DbConfig } from '../interfaces/project-create-interface'; export default function buildDatabaseUrl(dbConfig: DbConfig): string | null; export declare function isDatabaseLocal(dbConfig: DbConfig): boolean; //# sourceMappingURL=database-url.d.ts.map