-
- Downloads
typo
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"start": "npx pm2 start ./bin/www", | "start": "npx pm2 start ./bin/www", | ||
"stop": "npx pm2 stop 0", | "stop": "npx pm2 stop 0", | ||
"restart": "npm stop && npm start", | "restart": "npm stop && npm start", | ||
"reload": "npm pm2 del 0 && npm start" | "reload": "npx pm2 del 0 && npm start" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
... | ... |
Please register or sign in to comment