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 "@picocss/pico": "npm:@picocss/pico@^2.0.6", 4 "@web-applets/sdk": "npm:@web-applets/sdk@^0.2.6", 5 "astro": "npm:astro@^5.4.1", 6 "spellcaster": "npm:spellcaster@^5.0.2" 7 }, 8 "tasks": { 9 "astro": "astro", 10 "build": "astro build", 11 "dev": "astro dev" 12 }, 13 "compilerOptions": { 14 "lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"] 15 }, 16 "nodeModulesDir": "auto" 17}