/** @type {import("next").NextConfig} */ module.exports = { experimental: { // Enable these when debugging to get readable diffs // turbopackMinify: false, // turbopackModuleIds: 'named', // turbopackScopeHoisting: false, }, }