Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
'use server'
export async function action1() {
console.log(
`action-log:${typeof window === 'undefined' ? 'server' : 'client'}:action1`
)
}