headplane/app/utils/state.ts
2025-02-13 12:35:12 -05:00

6 lines
235 B
TypeScript

export { hp_getConfig } from '~/utils/context/loader';
export { hs_getConfig } from '~/utils/config/loader';
export type { HeadplaneConfig } from '~/utils/context/parser';
export type { HeadscaleConfig } from '~/utils/config/parser';