- MANUAL-PRODUTO.md: Manual do usuário final - MANUAL-VENDAS.md: Estratégia comercial e vendas - MANUAL-TECNICO.md: Infraestrutura e deploy - README.md: Visão geral do projeto
7 lines
273 B
TypeScript
7 lines
273 B
TypeScript
export { unstable_cache } from 'next/dist/server/web/spec-extension/unstable-cache'
|
|
export {
|
|
revalidateTag,
|
|
revalidatePath,
|
|
} from 'next/dist/server/web/spec-extension/revalidate'
|
|
export { unstable_noStore } from 'next/dist/server/web/spec-extension/unstable-no-store'
|