chore: make home server internal feature

This commit is contained in:
Mo
2023-07-03 13:53:03 -05:00
parent 1f144e062e
commit ccc9d73b3b
7 changed files with 30 additions and 28 deletions

View File

@@ -1,3 +1,4 @@
export enum InternalFeature {
Vaults = 'vaults',
HomeServer = 'home-server',
}