next.js/test/e2e/app-dir/app-external/node_modules/server-action-mod/index.js
index.js8 lines149 B
'use server'

export async function action1() {
  console.log(
    `action-log:${typeof window === 'undefined' ? 'server' : 'client'}:action1`
  )
}
Quest for Codev2.0.0
/
SIGN IN