Add real workspace acceptance
This commit is contained in:
@@ -9,6 +9,9 @@ if [[ -f "${ROOT_DIR}/.env" ]]; then
|
||||
set +a
|
||||
fi
|
||||
|
||||
HOST="${SEG_FRONTEND_HOST:-0.0.0.0}"
|
||||
PORT="${SEG_FRONTEND_PORT:-5173}"
|
||||
|
||||
cd "${ROOT_DIR}/frontend"
|
||||
npm install
|
||||
exec npm run dev -- --host 0.0.0.0
|
||||
exec npm run dev -- --host "${HOST}" --port "${PORT}"
|
||||
|
||||
Reference in New Issue
Block a user