Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
/*
BOOTSTRAPPING
The bootstrap process runs before build, and generates JS that needs to be
included into the build - specifically, plugins, the global config module,
and the component name to component mapping.
*/
/*
PLUGINS GENERATION
*/
import "./generate-plugins";
/*
CONFIG GENERATION
*/
import "./generate-config";
/*
COMPONENT FACTORY GENERATION
*/
import "./generate-component-factory";