diff --git a/package.json b/package.json index 10f1970..293aae6 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "front": "vite", "back": "json-server -p 8081 -w data.json", + "dev": "npm-run-all --parallel front back", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview",