a proof of concept realtime collaborative todo list
0

Configure Feed

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

atodo / unpm.json
293 B 11 lines
1{ 2 "imports": { 3 "preact": "https://esm.sh/preact", 4 "preact/hooks": "https://esm.sh/preact/hooks", 5 "htm/preact": "https://esm.sh/htm/preact?external=preact", 6 "@preact/signals": "https://esm.sh/@preact/signals?external=preact" 7 }, 8 "unpm": { 9 "root": "/atodo/vendor" 10 } 11}