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 "throttle-debounce": "npm:throttle-debounce@^5.0.2" 8 }, 9 "tasks": { 10 "astro": "astro", 11 "build": "astro build", 12 "dev": "astro dev" 13 }, 14 "compilerOptions": { 15 "lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"] 16 }, 17 "nodeModulesDir": "auto" 18}