rsnext/test/integration/external-assets/next.config.js

7 lines
126 B
JavaScript
Raw Normal View History

module.exports = {
target: 'experimental-serverless-trace',
onDemandEntries: {
maxInactiveAge: 1000 * 60 * 60,
},
}