rsnext/test/integration/serverless-trace/next.config.js

10 lines
269 B
JavaScript
Raw Normal View History

module.exports = {
target: 'experimental-serverless-trace',
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60,
},
// make sure error isn't thrown from empty publicRuntimeConfig
publicRuntimeConfig: {},
}