Skip to main content

run

Function run 

Source
pub fn run(config: Config) -> Result<()>
Expand description

Runs the file bundling process based on the provided configuration.

§Arguments

  • config - The configuration options for the bundling process.

§Returns

  • Result<()> - Returns Ok(()) if successful, or an error if the process fails.