Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

at main 4 lines 160 B view raw
1import type { ManagedOutput } from "@applets/core/types"; 2import { register } from "@scripts/applet/common"; 3 4export const context = register<ManagedOutput>();