pub fn run(config_path: &Path, plugin_dirs: &[PathBuf]) -> !Expand description
Run the worker process: load dotenv, boot the loader (with dynamic
plugin directories, if any), watch the entry file and the plugin
directories, and block until a signal (or a worker service call)
exits the process. Never returns.