const noop = () => {}; module.exports = { revalidatePath: noop, revalidateTag: noop, unstable_cache: (fn) => fn, };