Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

at e4e7e07e35690ba5a05f280bde2b5bfa6cd3c721 16 lines 396 B view raw
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 "build": "astro build", 10 "dev": "astro dev" 11 }, 12 "compilerOptions": { 13 "lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"] 14 }, 15 "nodeModulesDir": "auto" 16}