feat: Add nodemon script to run backend

feat/hitphone-socket-integration
adriano 2023-11-29 17:59:49 -03:00
parent 9344ebcde4
commit 9a6cce3564
1 changed files with 2 additions and 3 deletions

View File

@ -7,10 +7,9 @@
"install-backend": "npm install --prefix backend",
"install-frontend": "npm install --prefix frontend",
"install": "npm run install-backend && npm run install-frontend",
"backend": "npm start --prefix backend",
"backend-dev": "npm run dev --prefix backend",
"frontend": "npm start --prefix frontend",
"start": "npm run backend & npm run frontend",
"dev": "npm run dev --prefix backend & npm run frontend",
"start": "npm start --prefix backend & npm run frontend",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],