cache handler
Unanswered
BannedNull posted this in #help-forum
The cacheHandler only takes effect when using unstable_cache ?
import path from "path";
const nextConfig: NextConfig = {
cacheHandler: path.resolve("./cache.mjs"),
};