code-mon-config 1.0.5 ā 1.0.6
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -207,7 +207,7 @@ console.log("š Connected Folder:", ROOT);
|
|
|
207
207
|
|
|
208
208
|
console.log("\nā
Your terminal has been connected with Code Mon Code Space\n");
|
|
209
209
|
|
|
210
|
-
const url = "https://
|
|
210
|
+
const url = "https://code-mon.pages.dev/code-mon-spacr";
|
|
211
211
|
|
|
212
212
|
console.log("š Opening:", url);
|
|
213
213
|
|