Experiment to rebuild Diffuse using web applets.
0

Configure Feed

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

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