MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

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

at master 5 lines 88 B view raw
1function server() { 2 return new Response('meow'); 3} 4 5export default { fetch: server };