Mahfujul commited on
Commit
6a8235d
·
verified ·
1 Parent(s): 9a1888b

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -18,7 +18,7 @@
18
  "tsconfig-paths": "^4.2.0"
19
  },
20
  "scripts": {
21
- "start": "export IP=$(hostname -I | cut -d' ' -f1) && nodemon main.ts & echo 'App is running on IP: $IP Port: 7860'",
22
  "test": "nodemon test.ts"
23
  },
24
  "keywords": [],
 
18
  "tsconfig-paths": "^4.2.0"
19
  },
20
  "scripts": {
21
+ "start": "export IP=$(hostname -I | cut -d' ' -f1) && nodemon main.ts & echo \"App is running on IP: $IP Port: 7860\"",
22
  "test": "nodemon test.ts"
23
  },
24
  "keywords": [],