slackhive 0.1.46 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/dist/index.js +5 -6
- package/package.json +1 -1
package/cli/dist/index.js
CHANGED
|
@@ -15565,7 +15565,7 @@ var require_package = __commonJS({
|
|
|
15565
15565
|
"package.json"(exports2, module2) {
|
|
15566
15566
|
module2.exports = {
|
|
15567
15567
|
name: "slackhive",
|
|
15568
|
-
version: "0.1.
|
|
15568
|
+
version: "0.1.48",
|
|
15569
15569
|
description: "CLI to install and manage SlackHive \u2014 AI agent teams on Slack",
|
|
15570
15570
|
bin: {
|
|
15571
15571
|
slackhive: "./dist/index.js"
|
|
@@ -15914,13 +15914,12 @@ NODE_ENV=production
|
|
|
15914
15914
|
}
|
|
15915
15915
|
}
|
|
15916
15916
|
if (webReady) {
|
|
15917
|
-
const startSpinner = (0, import_ora2.default)(" Starting SlackHive...").start();
|
|
15918
15917
|
try {
|
|
15919
|
-
const manage = (init_manage(), __toCommonJS(manage_exports));
|
|
15920
15918
|
process.chdir(dir);
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15919
|
+
const manage = (init_manage(), __toCommonJS(manage_exports));
|
|
15920
|
+
await manage.start();
|
|
15921
|
+
} catch (err) {
|
|
15922
|
+
console.log(import_chalk2.default.yellow(` Auto-start failed \u2014 run \`slackhive start\` manually (${err.message})`));
|
|
15924
15923
|
webReady = false;
|
|
15925
15924
|
}
|
|
15926
15925
|
}
|