mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix: 🏷️ Temporarily suppress type error until packages get rebranding
This commit is contained in:
parent
c10da18182
commit
af931b8ade
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue