Skip to content

Commit

Permalink
fix: scweb repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Malina09 committed Nov 4, 2024
1 parent 5a17c28 commit d62d182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_sc_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ then
source "$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"/set_vars.sh
fi

python3 "${SC_WEB_PATH}/server/app.py" --allowed_origins=http://localhost:3000
"${SC_WEB_PATH}/scripts/run_sc_web.sh" --allowed_origins=http://localhost:3000
4 changes: 3 additions & 1 deletion scripts/set_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export REPO_PATH_FILE="${REPO_PATH_FILE:-${METASYSTEM_PATH}/repo.path}"

export PLATFORM_PATH="${PLATFORM_PATH:-${METASYSTEM_PATH}/ostis-web-platform}"

export SC_WEB_BRANCH="${SC_WEB_BRANCH:-feature/add-scg-iframe}"
export SC_WEB_REPO="${SC_WEB_REPO:-https://github.com/NikitaZotov/sc-web.git}"
export SC_WEB_BRANCH="${SC_WEB_BRANCH:-feat/harmonise_sc_types}"
export SC_WEB_COMMIT="${SC_WEB_COMMIT:-b0f5232707617518448b4a865aa3a562425f575a}"

export REACT_SC_WEB_REPO="${REACT_SC_WEB_REPO:-https://github.com/ostis-ai/react-sc-web}"
export REACT_SC_WEB_PATH="${REACT_SC_WEB_PATH:-${METASYSTEM_PATH}/platform-dependent-components/interface/react-sc-web}"
Expand Down

0 comments on commit d62d182

Please sign in to comment.