mirror of
https://github.com/tale/headplane.git
synced 2026-08-21 10:16:37 +00:00
feat: switch to config file system
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user