Spaces:
Runtime error
Runtime error
Update package.json
Browse files- 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
|
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": [],
|