next.js/test/e2e/edge-runtime-pages-api-route/next.config.js
next.config.js11 lines184 B
/** @type {import('next').NextConfig} */
const config = {
  experimental: {
    outputFileTracingExcludes: {
      '*': ['anyvaluewillcauseit'],
    },
  },
}

module.exports = config
Quest for Codev2.0.0
/
SIGN IN