Process

Function Process 

Source
pub fn Process(arg: &Argument) -> Result<()>
Expand description

Executes the run process with the provided configuration.

This function orchestrates the development run, including:

  1. Setting up the environment
  2. Starting the development server
  3. Managing hot-reload and watch mode
  4. Handling process lifecycle

§Arguments

  • arg - The parsed command-line arguments

§Returns

Result indicating success or failure