import handle from "@modelfetch/fastly";

import server from "./server.js";

handle(server);
