/**
 * Default values, parse the config file and handle CLI flags
 *
 * This file re-exports all config functionality from the config module
 */

export * from "./config/index.ts";
