chore: include pre-built dist for github install
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export type ConfigLoadError = {
|
||||
path: string;
|
||||
error: string;
|
||||
};
|
||||
export declare function getConfigLoadErrors(): ConfigLoadError[];
|
||||
export declare function clearConfigLoadErrors(): void;
|
||||
export declare function addConfigLoadError(error: ConfigLoadError): void;
|
||||
Reference in New Issue
Block a user