api/federation/requester/constants.ts
2024-07-23 00:11:05 +02:00

4 lines
138 B
TypeScript

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