Commit d7ff1ed5 authored by Kulpybaev Ilyas's avatar Kulpybaev Ilyas

nodemon added

parent 903e1b34
This diff is collapsed.
......@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec ts-node index.ts"
},
"keywords": [],
"author": "",
......@@ -12,7 +13,8 @@
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"i18next-http-backend": "^2.5.0"
"i18next-http-backend": "^2.5.0",
"nodemon": "^3.1.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
......
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