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:
@@ -1,7 +1,11 @@
|
||||
import { FileBackupsDevice } from '@web/Application/Device/DesktopSnjsExports'
|
||||
import {
|
||||
DirectoryManagerInterface,
|
||||
FileBackupsDevice,
|
||||
HomeServerManagerInterface,
|
||||
} from '@web/Application/Device/DesktopSnjsExports'
|
||||
import { Component } from '../Main/Packages/PackageManagerInterface'
|
||||
|
||||
export interface CrossProcessBridge extends FileBackupsDevice {
|
||||
export interface CrossProcessBridge extends FileBackupsDevice, DirectoryManagerInterface, HomeServerManagerInterface {
|
||||
get extServerHost(): string
|
||||
get useNativeKeychain(): boolean
|
||||
get rendererPath(): string
|
||||
|
||||
Reference in New Issue
Block a user