Experiment to rebuild Diffuse using web applets.
0

Configure Feed

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

1{ 2 "imports": { 3 "@web-applets/sdk": "npm:@web-applets/sdk@0.2.0-alpha.12", 4 "astro": "npm:astro@^5.4.1", 5 "spellcaster": "npm:spellcaster@^5.0.2" 6 }, 7 "tasks": { 8 "build": "astro build", 9 "dev": "astro dev" 10 }, 11 "compilerOptions": { 12 "lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"] 13 }, 14 "nodeModulesDir": "auto" 15}