Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-23 15:00:48 +00:00
parent 2a666f4823
commit dde4719b79
53 changed files with 2835 additions and 198 deletions

View File

@ -0,0 +1,6 @@
export declare const containerLaunchScriptBasename = "start_keycloak_testing_container.sh";
/** Files for being able to run a hot reload keycloak container */
export declare function generateDebugFiles(params: {
packageJsonName: string;
keycloakThemeBuildingDirPath: string;
}): void;