Commit d7ff1ed5 authored by Kulpybaev Ilyas's avatar Kulpybaev Ilyas

nodemon added

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