MCPcopy Index your code
hub / github.com/jetify-com/devbox / fetch

Function fetch

examples/development/bun/index.ts:5–8  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

3const server = Bun.serve({
4 port: 3000,
5 fetch(req) {
6 const body = figlet.textSync("Bun!");
7 return new Response(body);
8 },
9});
10
11console.log(`Listening on http://localhost:${server.port} ...`);

Callers 2

getVMInfoFunction · 0.85
setupDevboxLauncherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected