changed the port to 5900
All checks were successful
Build frontend / build (push) Successful in 41s

This commit is contained in:
mouazkh
2026-03-19 21:13:06 +03:00
parent 9ea90a3f04
commit 73b0b537ec

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start -p 5900"
},
"dependencies": {
"@pbe/react-yandex-maps": "^1.2.5",