'use server' export async function action1() { console.log( `action-log:${typeof window === 'undefined' ? 'server' : 'client'}:action1` ) }