From dffafe418096aa57befd7831f145646ad61dc851 Mon Sep 17 00:00:00 2001 From: Amirreza Date: Wed, 8 Jul 2026 04:57:07 +0330 Subject: [PATCH] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa5db46..36d7d59 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "yup": "^1.4.0" }, "scripts": { - "start": "BROWSER=none react-scripts start", + "start": "BROWSER=none react-scripts start --port=3005", "build": "GENERATE_SOURCEMAP=false react-scripts build", "start:prod": "serve -s build -l 3001", "build:no-cache": "GENERATE_SOURCEMAP=false INLINE_RUNTIME_CHUNK=false react-scripts build",