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": "
|
| 22 |
"test": "nodemon test.ts"
|
| 23 |
},
|
| 24 |
"keywords": [],
|
|
|
|
| 18 |
"tsconfig-paths": "^4.2.0"
|
| 19 |
},
|
| 20 |
"scripts": {
|
| 21 |
+
"start": "export IP=$(ipconfig getifaddr en0) && nodemon main.ts & echo 'App is running on IP: $IP Port: 7860'",
|
| 22 |
"test": "nodemon test.ts"
|
| 23 |
},
|
| 24 |
"keywords": [],
|