Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jan 11, 2024
1 parent 528db3c commit 3884dce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ function experimentalConfig() {
}

if (process.env.ATLAS_CACHE_HANDLER_ENABLED !== undefined) {
return { ...experimental,
incrementalCacheHandlerPath: require.resolve('./.atlas/atlas-cache-handler.js'),
isrMemoryCacheSize: 0
}
const atlasExperimentalOptions = { ...experimental, ...{
incrementalCacheHandlerPath: require.resolve('./.atlas/atlas-cache-handler.js'),
isrMemoryCacheSize: 0
}}
console.log( { atlasExperimentalOptions })
return atlasExperimentalOptions
}

return experimental
Expand Down

0 comments on commit 3884dce

Please sign in to comment.