feat: New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2341)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { HomeServerEnvironmentConfiguration } from '@standardnotes/snjs'
|
||||
|
||||
export interface HomeServerConfigurationFile {
|
||||
version: '1.0.0'
|
||||
info: Record<string, string>
|
||||
configuration: HomeServerEnvironmentConfiguration
|
||||
}
|
||||
Reference in New Issue
Block a user