next.js/test/e2e/app-dir/actions/app/too-many-args/actions.js
actions.js6 lines122 B
'use server'

export async function action(...args) {
  console.log(`Action was called with ${args.length} arguments.`)
}
Quest for Codev2.0.0
/
SIGN IN