next.js / packages /next /src /server /app-render /action-async-storage-instance.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import type { ActionAsyncStorage } from './action-async-storage.external'
import { createAsyncLocalStorage } from './async-local-storage'
export const actionAsyncStorageInstance: ActionAsyncStorage =
createAsyncLocalStorage()