next.js/test/e2e/app-dir/app-custom-cache-handler/next.config.js
next.config.js4 lines93 B
module.exports = {
  cacheHandler: process.cwd() + '/' + process.env.CUSTOM_CACHE_HANDLER,
}
Quest for Codev2.0.0
/
SIGN IN