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

This commit is contained in:
Jesse Wierzbinski 2024-08-19 15:21:00 +02:00
parent 771097d037
commit b0e49855f5
No known key found for this signature in database

View file

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