UNPKG

@prisma/sdk

Version:
6 lines (5 loc) 188 B
/** * Read .env file only if next to schema.prisma * .env found: print to console it's relative path */ export declare function loadEnvFile(schemaPath?: string, print?: boolean): void;