github-actions[bot]
Sync from https://github.com/felladrin/MiniSearch
884908f
raw
history blame contribute delete
307 Bytes
import { repository } from "../../package.json";
import { getSemanticVersion } from "./stringFormatters";
export const appName = repository.url.split("/").pop();
export const appRepository = repository.url;
export const appVersion = `${getSemanticVersion(VITE_BUILD_DATE_TIME)}+${VITE_COMMIT_SHORT_HASH}`;