Remove unused buildContext prop
This commit is contained in:
parent
3689cfcc0d
commit
9333400322
@ -8,7 +8,6 @@ export type BuildContextLike = {
|
|||||||
projectDirPath: string;
|
projectDirPath: string;
|
||||||
keycloakifyBuildDirPath: string;
|
keycloakifyBuildDirPath: string;
|
||||||
bundler: "vite" | "webpack";
|
bundler: "vite" | "webpack";
|
||||||
npmWorkspaceRootDirPath: string;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
assert<BuildContext extends BuildContextLike ? true : false>();
|
assert<BuildContext extends BuildContextLike ? true : false>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user