The hostname of the federated server (e.g., example.com
). This is
the same as the host without the port.
The hostname of the federated server (e.g., example.com
). This is
the same as the host without the port.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type Context } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";