pub fn Process(arg: &Argument) -> Result<()>Expand description
Executes the run process with the provided configuration.
This function orchestrates the development run, including:
- Setting up the environment
- Starting the development server
- Managing hot-reload and watch mode
- Handling process lifecycle
§Arguments
arg- The parsed command-line arguments
§Returns
Result indicating success or failure