From aba952b9bbdb14b9d804a25ce14ca4eaff9a1040 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Apr 2020 20:46:40 +0300 Subject: [PATCH] SET PUBLIC_URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8285b9a..b0dfced 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-scripts": "^3.1.1" }, "scripts": { - "start": "set PORT=3006 && react-scripts start", + "start": "SET PUBLIC_URL=http://*/app3&&SET PORT=3006&& react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"