next.js/test/e2e/app-dir/server-action-logging/next.config.js
next.config.js7 lines148 B
module.exports = {
  logging:
    process.env.NEXT_TEST_SERVER_FUNCTION_LOGGING === 'false'
      ? { serverFunctions: false }
      : undefined,
}
Quest for Codev2.0.0
/
SIGN IN