rsnext/test/integration/auto-export-fs/next.config.js

8 lines
113 B
JavaScript
Raw Normal View History

module.exports = {
target: 'serverless',
experimental: {
autoExport: true,
flyingShuttle: true
}
}