Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

chore: re-enable input processing

+1 -1
+1 -1
src/pages/orchestrator/process-tracks/_applet.astro
··· 113 113 // 🚀 114 114 //////////////////////////////////////////// 115 115 context.settled().then(() => { 116 - // processInputs(); 116 + processInputs(); 117 117 }); 118 118 </script>