next.js/test/production/app-dir/global-default-cache-handler/app/actions.ts
actions.ts7 lines119 B
'use server'
import { revalidatePath } from 'next/cache'

export async function revalidate() {
  revalidatePath('/')
}
Quest for Codev2.0.0
/
SIGN IN