UNPKG

@aziontech/opennextjs-azion

Version:
7 lines (6 loc) 196 B
export const debugCache = (name, ...args) => { if (process.env.NEXT_PRIVATE_DEBUG_CACHE) { console.log(`[${name}] `, ...args); } }; export const FALLBACK_BUILD_ID = "no-build-id";