Updated the client start script to use the "dev"-script instead of the "start" script

This commit is contained in:
Mathias
2022-08-14 01:30:52 +02:00
parent bda1a29138
commit e9b106d379

View File

@@ -2,7 +2,7 @@
"name": "myspeed",
"version": "1.0.3",
"scripts": {
"client": "cd client && npm start",
"client": "cd client && npm run dev",
"server": "nodemon server",
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""