next.js/test/production/build-failed-trace/next.config.js
next.config.js6 lines120 B
module.exports = {
  redirects: async () => {
    throw new Error('intentional build failure for trace testing')
  },
}
Quest for Codev2.0.0
/
SIGN IN