* wip * wip2 * refactor: use radio button group * chore: add persisting host per workspace * chore: header style * chore: update server picker title style * chore: margin * chore: label * chore: remove separator * rename migration to latest snjs version --------- Co-authored-by: Aman Harwara <amanharwara@protonmail.com>
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
export enum DefaultHost {
|
|
Api = 'https://api.standardnotes.com',
|
|
WebSocket = 'wss://sockets.standardnotes.com',
|
|
}
|