api/federation/requester/constants.ts

4 lines
138 B
TypeScript
Raw Normal View History

import pkg from "../package.json" with { type: "json" };
export const DEFAULT_UA = `LysandFederation/${pkg.version} (+${pkg.homepage})`;