fix: 🏷️ Temporarily suppress type error until packages get rebranding

This commit is contained in:
Jesse Wierzbinski 2024-08-19 15:21:00 +02:00 committed by April John
parent c10da18182
commit af931b8ade

View file

@ -38,6 +38,7 @@ export default (app: Hono) =>
domain: new URL(config.http.base_url).hostname,
title: config.instance.name,
version: "4.3.0-alpha.3+glitch",
// @ts-expect-error Temporary until package also gets the rebranding
versia_version: version,
source_url: "https://github.com/lysand-org/lysand",
description: config.instance.description,