Commit a1188b27 authored by Gabriel's avatar Gabriel

Edita script package.json

parent 979c4243
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "Servidor para chatbot de Crisp", "description": "Servidor para chatbot de Crisp",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "nodemon index.js",
"autoload": "nodemon index.js", "autoload": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment