chore: update cloudly dependency stack
Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
This commit is contained in:
@@ -25,8 +25,8 @@ const sourcePresetArchitectures: Record<TBaseOsImageSourcePreset, string> = {
|
||||
|
||||
@customElement('cloudly-view-baseos')
|
||||
export class CloudlyViewBaseOs extends DeesElement {
|
||||
@state() private builds: TBaseOsImageBuild[] = [];
|
||||
@state() private isLoading = false;
|
||||
@state() private accessor builds: TBaseOsImageBuild[] = [];
|
||||
@state() private accessor isLoading = false;
|
||||
|
||||
private refreshTimer?: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user