fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-28 01:11:22 +02:00
parent e1fdc314fd
commit bfaa8d9576
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/interfaces',
version: '1.0.55',
version: '1.0.56',
description: 'interfaces for working with containers'
}

View File

@ -13,7 +13,6 @@ export interface ICluster {
id: string;
data: {
name: string;
secretKey: string;
jumpCode: string;
/**
@ -25,7 +24,7 @@ export interface ICluster {
/**
* how can the cluster reach cloudly
*/
cloudlyUrl: string;
cloudlyUrl?: string;
/**
* what servers are expected to be part of the cluster