From 700a8a7ac64a5792fd9971cb969cbabc57c42d0f Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 14 Oct 2021 07:13:45 -0700 Subject: [PATCH] (ui): Update yarn start script --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 578719e..a079652 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "typescript": "~4.2.4" }, "scripts": { - "start": "react-scripts start", + "start": "export PUBLIC_URL=http://localhost:3000/ && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"