Compiling build

This commit is contained in:
Joseph Garrone
2024-01-30 07:10:53 +01:00
parent 7c7ce159fe
commit fde34be270
6 changed files with 17 additions and 11 deletions

View File

@ -6,7 +6,7 @@ import type { BuildOptions } from "../buildOptions";
import { type ThemeType, accountV1ThemeName } from "../../constants";
import { bringInAccountV1 } from "./bringInAccountV1";
export type BuildOptionsLike = {
type BuildOptionsLike = {
groupId: string;
artifactId: string;
themeVersion: string;