Create login routes
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prestart": "npm install",
|
||||
"start": "nodemon index.js",
|
||||
"start": "nodemon src/index.js",
|
||||
"test": "mocha",
|
||||
"testandrun": "npm run prestart && npm run test && npm start"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user