next.js/test/e2e/app-dir/resume-data-cache/app/revalidate-action/actions.ts
actions.ts8 lines137 B
'use server'

import { updateTag } from 'next/cache'

export async function revalidateAction() {
  updateTag('revalidate-action-test')
}
Quest for Codev2.0.0
/
SIGN IN