Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// NOTE: this is marked as shared/external because it's stateful
// and the state needs to be shared between app-render (which waits for pending imports)
// and helpers used in transformed page code (which register pending imports)
import {
trackPendingChunkLoad,
trackPendingImport,
trackPendingModules,
} from './track-module-loading.instance' with { 'turbopack-transition': 'next-shared' }
export { trackPendingChunkLoad, trackPendingImport, trackPendingModules }