fix(core): update

This commit is contained in:
2024-02-09 15:42:00 +01:00
parent b644ca0c1a
commit 754ffa6cac
5 changed files with 589 additions and 396 deletions

View File

@@ -1,6 +1,6 @@
import * as plugins from './qenv.plugins.js';
export class ConfigVaultAdapter {
export class CloudlyAdapter {
public configVaultUrl: string;
constructor(configVaultUrl?: string) {