From 21b220a7f2c58e618a6a20ce8db767b1f6392895 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Thu, 11 Jan 2024 10:53:23 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) 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",