Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
96
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7fe31199cb4b5d730c1c2a827474f70c1150f709 10 lines 241 B view raw
1/** 2 * Configuration for the Wisp client 3 * @typeParam Config 4 */ 5export type Config = { 6 /** The base domain URL with HTTPS protocol */ 7 domain: `https://${string}`, 8 /** Name of the client application */ 9 clientName: string 10};