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"