gitpush
This commit is contained in:
parent
52fba4f3b8
commit
d90c53b706
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
npm install
|
npm install
|
||||||
PORT=8000 pm2 start server.js --name "RPi Status Server" --watch
|
npm start
|
||||||
```
|
```
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "node server.js"
|
"start": "PORT=8000 pm2 start server.js --name 'RPi Status Server:8000' --watch"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user