import clonegur from "./clonegur.ts";
const app = await clonegur();
const server = Deno.listen({ port: 80, hostname: '127.0.0.1' });
app.attach(server);