next.js/test/e2e/app-dir/segment-cache/basic/app/with-server-action/target-page/action.ts
action.ts6 lines74 B
'use server'

export async function action() {
  console.log('Action!')
}
Quest for Codev2.0.0
/
SIGN IN