♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-custom-cache-handler
/
next.config.js
next.config.js
4 lines
93 B
module
.
exports
=
{
cacheHandler: process.
cwd
()
+
'/'
+
process.env.
CUSTOM_CACHE_HANDLER
,
}
v2.0.0
/
Go
SIGN IN