Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-08 01:55:06 +00:00
parent b6f6d1f3cc
commit e6b294d7f2
136 changed files with 23015 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;