Mahfujul commited on
Commit
e860486
1 Parent(s): 6a8235d

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -2
package.json CHANGED
@@ -18,11 +18,11 @@
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": [],
25
  "author": "ruriko123",
26
  "license": "ISC",
27
  "description": ""
28
- }
 
18
  "tsconfig-paths": "^4.2.0"
19
  },
20
  "scripts": {
21
+ "start": "node main.ts",
22
  "test": "nodemon test.ts"
23
  },
24
  "keywords": [],
25
  "author": "ruriko123",
26
  "license": "ISC",
27
  "description": ""
28
+ }