mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-06 05:40:31 -07:00
Fix Engine WebUI staging and logging outputs
This commit is contained in:
@@ -331,7 +331,7 @@ PY
|
||||
}
|
||||
|
||||
ensure_engine_webui_source() {
|
||||
local engineSource="Data/Engine/web-interface"
|
||||
local engineSource="Engine/web-interface"
|
||||
local legacySource="Data/Server/WebUI"
|
||||
if [[ -d "${engineSource}/src" && -f "${engineSource}/package.json" ]]; then
|
||||
return 0
|
||||
@@ -351,7 +351,7 @@ ensure_engine_webui_source() {
|
||||
}
|
||||
|
||||
prepare_webui() {
|
||||
local customUIPath="Data/Engine/web-interface"
|
||||
local customUIPath="Engine/web-interface"
|
||||
local webUIDestination="Server/web-interface"
|
||||
ensure_engine_webui_source || return 1
|
||||
mkdir -p "$webUIDestination"
|
||||
|
||||
Reference in New Issue
Block a user