Improve monorepo project support, work if there only a package.json at the root (like NX)
This commit is contained in:
@ -7,7 +7,6 @@ import type { BuildContext } from "../shared/buildContext";
|
||||
export type BuildContextLike = {
|
||||
projectDirPath: string;
|
||||
keycloakifyBuildDirPath: string;
|
||||
bundler: "vite" | "webpack";
|
||||
};
|
||||
|
||||
assert<BuildContext extends BuildContextLike ? true : false>();
|
||||
|
Reference in New Issue
Block a user