@insforge/install 0.0.41 → 0.0.42
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/dist/index.js +1 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -289,12 +289,7 @@ alwaysApply: true
|
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
printHeader('Setup Complete!');
|
|
292
|
-
|
|
293
|
-
if (argv.dev) {
|
|
294
|
-
printPostInstallMessage();
|
|
295
|
-
} else {
|
|
296
|
-
logger.success(`InsForge MCP configured for ${argv.client}`);
|
|
297
|
-
}
|
|
292
|
+
printPostInstallMessage();
|
|
298
293
|
} catch (e) {
|
|
299
294
|
logger.error(red(e.message));
|
|
300
295
|
}
|