/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/app-dir/use-cache-errors/next.config.js
10 строк
140 B
Hendrik Liebau
Reland: Fix false-positive `"use cache"` misplacement error (#79222)
15 май 2025, 14:06
Не верифицирован
15 май 2025, 14:06
bc7ce5d
Код
Авторство
О чём код?
/** * @type {import('next').NextConfig} */ const nextConfig = { experimental: { useCache: true, }, } module.exports = nextConfig