Skip to content
Snippets Groups Projects
Commit 963a382b authored by Timothé Bailly-Barthez's avatar Timothé Bailly-Barthez
Browse files

typo

parent 0f95598e
Branches
No related tags found
No related merge requests found
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment