Skip to content

ccusage / _consts / USAGE_DATA_GLOB_PATTERN

Variable: USAGE_DATA_GLOB_PATTERN

ts
const USAGE_DATA_GLOB_PATTERN: "**/*.jsonl" = '**/*.jsonl';

JSONL file glob pattern for finding usage data files Used to recursively find all JSONL files in project directories

Released under the MIT License.