fix(core): update

This commit is contained in:
2023-07-01 22:09:54 +02:00
parent 3a9b6f658a
commit 16ca787314
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export interface INpmciOptions {
urlCloudly: string;
// cloudron
cloudronAppName: string;
cloudronAppName?: string;
}
/**