1export const GET = async (req: Bun.BunRequest) => { 2 return new Response(JSON.stringify({ version: "0.1.0" })); 3};