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"