fix: correct cloudly package exports
This commit is contained in:
+3
-3
@@ -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.",
|
"description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist/index.js",
|
".": "./dist_ts/index.js",
|
||||||
"./cliclient": "./dist_cliclient/index.js",
|
"./cliclient": "./dist_ts_cliclient/index.js",
|
||||||
"./web": "./dist_web/index.js"
|
"./web": "./dist_ts_web/index.js"
|
||||||
},
|
},
|
||||||
"author": "Task Venture Capital GmbH",
|
"author": "Task Venture Capital GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user