more frontend work to set backend port
This commit is contained in:
@@ -6,6 +6,8 @@ env:
|
||||
CURRENT_RELEASE: 0.1.0
|
||||
RELEASE_MSG: "First official release of the project"
|
||||
GO_VERSION: 1.16.3
|
||||
GI_SERVER_PORT: 3500
|
||||
REACT_APP_BACKEND_PORT: 3500 #Frontend can't find backend port unless we specify it
|
||||
|
||||
tasks:
|
||||
build:
|
||||
@@ -70,7 +72,7 @@ tasks:
|
||||
|
||||
run-backend:
|
||||
env:
|
||||
GI_SERVER_PORT: 3500
|
||||
|
||||
GI_DEVELOPMENT: false
|
||||
# TZ: "America/New_York"
|
||||
cmds:
|
||||
|
Reference in New Issue
Block a user