changed some lines to be compaitable with rememberme-cli

This commit is contained in:
Yusuf İpek
2021-09-05 17:26:37 +03:00
parent 408cec0c01
commit cd80c9f12c
5 changed files with 73 additions and 64 deletions
+2
View File
@@ -14,6 +14,8 @@
"supertest": "^6.1.4"
},
"scripts": {
"start": "node index.js",
"devStart": "nodemon index.js",
"test": "jest --watchAll --verbose --runInBand --coverage"
}
}