This commit is contained in:
2026-07-05 16:09:32 +05:00
parent 5d18bb7965
commit 3841faa810
9 changed files with 14 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ export type MetricMapper = {
type MetricMapperOptions = {
// filePath contract:
// - built-in mappings are passed as URL via new URL('../mappings/*.json', import.meta.url);
// - built-in mappings live in app/assets/*.json (resolved relative to dist/ at runtime);
// - env overrides are expected as absolute paths inside the runtime container.
filePath: string | URL
}