a web app for declaring if an atproto account is automated + package for the lexicon jsr.io/@voyager/autonomy-lexicon
atprotocol lexicon
1import htmlContent from './client/index.html'; 2 3export default { 4 async fetch(request) { 5 return new Response(htmlContent, { 6 headers: { 7 'content-type': 'text/html;charset=UTF-8', 8 }, 9 }); 10 }, 11};