Updated the server & client scripts in the package.json

This commit is contained in:
Mathias Wagner 2023-05-29 23:07:46 +02:00
parent 3e6a52998b
commit 374b435ac4
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -6,8 +6,8 @@
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
"license": "MIT",
"scripts": {
"client": "cd client && yarn start",
"server": "nodemon server.js",
"client": "cd client && yarn dev",
"server": "nodemon server",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"dependencies": {