final updates

This commit is contained in:
yotakii
2026-01-05 11:35:54 +03:00
parent 4d883c21c9
commit 54ce6ed114
12 changed files with 447 additions and 508 deletions

View File

@@ -27,7 +27,7 @@
"swiper": "^11.0.5"
},
"scripts": {
"start": "PORT=3060 react-scripts start",
"start": "cross-env PORT=3060 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
@@ -50,5 +50,8 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:5080"
"proxy": "http://localhost:5080",
"devDependencies": {
"cross-env": "^10.1.0"
}
}