Skip to content

Commit

Permalink
chat server submodule added
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-1905 committed Dec 4, 2022
1 parent f5768bc commit 4d69ee0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "chat-server-for-cli"]
path = chat-server-for-cli
url = https://github.com/utkarsh-1905/chat-server-for-cli.git
1 change: 1 addition & 0 deletions chat-server-for-cli
Submodule chat-server-for-cli added at eb3271
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Utkarsh
* Automation
*
* @author Utkarsh Tripathi <https://utkarshdev.netlify.app>
* @author Utkarsh Tripathi <https://utkarsh.ninja>
*/

const init = require('./utils/init');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@utkarsh1905/node-cli-project",
"description": "Development Automation Tool",
"version": "4.2.0",
"version": "4.3.0",
"license": "MIT",
"bin": {
"dat": "./index.js"
Expand Down
2 changes: 1 addition & 1 deletion utils/custom/chat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const io = require('socket.io-client');
//https://node-cli-chat-server.herokuapp.com/ --> removed
//https://node-chat-server-qkuiprdusq-em.a.run.app
//https://node-chat-server-qkuiprdusq-em.a.run.app --> gcp cloud run
const socket = io.connect('https://node-chat-server-qkuiprdusq-em.a.run.app');
const chalk = require('chalk');
const repl = require('repl');
Expand Down

0 comments on commit 4d69ee0

Please sign in to comment.