Files
callstack__agent-device/src/remote-config.ts
T
Michał Pierzchała 66d65c887c refactor: expose metro and remote config node apis (#372)
* refactor: expose metro and remote config node apis

* refactor: tighten public node api surface

* refactor: tighten metro public type boundaries

* refactor: normalize remote config public profile

* refactor: make remote config parser library-owned

* refactor: share remote config parsing primitives

* refactor: avoid regex in base url normalization
2026-04-10 13:03:13 +02:00

7 lines
229 B
TypeScript

export type {
RemoteConfigProfile,
RemoteConfigProfileOptions,
ResolvedRemoteConfigProfile,
} from './remote-config-schema.ts';
export { resolveRemoteConfigPath, resolveRemoteConfigProfile } from './remote-config-core.ts';