Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-05 19:45:47 +00:00
parent 68e6c9faaf
commit f577d71855
113 changed files with 21346 additions and 223 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;