port change

This commit is contained in:
spitkov 2024-10-07 17:30:23 +02:00
parent 424068648a
commit 0b31fbe37f

View File

@ -4,7 +4,7 @@
"description": "Website for NebulaOS Android operating system", "description": "Website for NebulaOS Android operating system",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"start": "react-scripts --openssl-legacy-provider start", "start": "PORT=5590 react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build", "build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"