Files
standardnotes-app-web/packages/services/src/Domain/InternalFeatures/InternalFeature.ts
Karol Sójko 05528782a4 feat: New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2345)
* fix(desktop): add home server coming-soon message on windows platform

* fix(desktop): typos and remove feature block

* fix(desktop): instantiate home server only upon starting
2023-07-04 16:55:37 +02:00

4 lines
53 B
TypeScript

export enum InternalFeature {
Vaults = 'vaults',
}