From 80226c8a1caf30e030c73e133070a10651095072 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 7 May 2026 20:49:33 +0000 Subject: [PATCH] fix: correct cloudly package exports --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b730b7..4e5b14b 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.", "type": "module", "exports": { - ".": "./dist/index.js", - "./cliclient": "./dist_cliclient/index.js", - "./web": "./dist_web/index.js" + ".": "./dist_ts/index.js", + "./cliclient": "./dist_ts_cliclient/index.js", + "./web": "./dist_ts_web/index.js" }, "author": "Task Venture Capital GmbH", "license": "MIT",