feat: switch to config file system
This commit is contained in:
parent
5be3cb345e
commit
76d263b7e6
28 changed files with 1071 additions and 883 deletions
5
app/utils/state.ts
Normal file
5
app/utils/state.ts
Normal file
|
|
@ -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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue