(ui): Update yarn start script

This commit is contained in:
Ken Hibino 2021-10-14 07:13:45 -07:00
parent 33ff40b963
commit 700a8a7ac6

View File

@ -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"