Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-23 14:34:52 +00:00
parent dda2d59690
commit e23f7ee5d6
53 changed files with 2833 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;