react-code-dataset / next.js /test /production /app-dir /global-default-cache-handler /app /actions.ts
| 'use server' | |
| import { revalidatePath } from 'next/cache' | |
| export async function revalidate() { | |
| revalidatePath('/') | |
| } | |
| 'use server' | |
| import { revalidatePath } from 'next/cache' | |
| export async function revalidate() { | |
| revalidatePath('/') | |
| } | |