initial commit
This commit is contained in:
commit
b25eb51ff0
280 changed files with 178550 additions and 0 deletions
14
database-service/node_modules/@prisma/fetch-engine/dist/env.d.ts
generated
vendored
Normal file
14
database-service/node_modules/@prisma/fetch-engine/dist/env.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { BinaryType } from './BinaryType';
|
||||
export declare const engineEnvVarMap: {
|
||||
"query-engine": string;
|
||||
"libquery-engine": string;
|
||||
"schema-engine": string;
|
||||
};
|
||||
export declare const deprecatedEnvVarMap: Partial<typeof engineEnvVarMap>;
|
||||
type PathFromEnvValue = {
|
||||
path: string;
|
||||
fromEnvVar: string;
|
||||
};
|
||||
export declare function getBinaryEnvVarPath(binaryName: BinaryType): PathFromEnvValue | null;
|
||||
export declare function allEngineEnvVarsSet(binaries: string[]): boolean;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue