import { serve } from "bun"; const server = serve({ fetch(req) { return new Response(`Pending requests count: ${this.pendingRequests}`); }, }); // Stop the server after 5 seconds setTimeout(() => { server.stop(); }, 5000); https://git.anshulg.com/ansg191/astro/atom/examples/basics/astro.config.mjs?h=fix-s-island-fallback' type='application/atom+xml'/>
![]() |
index : astro | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |