fix(structure): improve structure, prepare better CI integration

This commit is contained in:
2024-06-05 14:13:03 +02:00
parent 2e6e7f6ca8
commit 55b2872ffc
8 changed files with 58 additions and 32 deletions

View File

@@ -26,3 +26,5 @@ const runCli = async () => {
};
export { runCli, Cloudly };
type ICloudlyConfig = plugins.servezoneInterfaces.data.ICloudlyConfig;
export { type ICloudlyConfig }