import handler from "./common"; export default { fetch: async (request) => handler(request), };