Пофикшена команда запуска npm start в файле package.json в строке 18. Смена использования порта с PORT=24452 на --port=24452

This commit is contained in:
Dozzy7528
2026-02-02 15:44:14 +03:00
parent d6bbcb2c94
commit d88d6db6b8

View File

@@ -15,7 +15,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"start": "PORT=24452 react-scripts start", "start": "react-scripts start --port=24452",
"build": "react-scripts build --port=24452", "build": "react-scripts build --port=24452",
"test": "react-scripts test --port=24452", "test": "react-scripts test --port=24452",
"eject": "react-scripts eject --port=24452" "eject": "react-scripts eject --port=24452"