From 11211c64b2c90a909a6f8c9589724f2e49f7cab6 Mon Sep 17 00:00:00 2001 From: Dozzy7528 Date: Tue, 3 Feb 2026 12:02:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=82=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 719fde9..a474ea0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "web-vitals": "^2.1.4" }, "scripts": { - "start": "react-scripts start --port=24452", + "start": "PORT=24452 react-scripts start", "build": "react-scripts build --port=24452", "test": "react-scripts test --port=24452", "eject": "react-scripts eject --port=24452"