const path = require('path') module.exports = { distDir: '../.next', turbopack: { root: path.join(__dirname, '../..'), }, }