Split UI build (#681)

* Split ui build into build and build-ent folders

* remove is_standalone var

Co-authored-by: RoyUP9 <87927115+RoyUP9@users.noreply.github.com>
This commit is contained in:
lirazyehezkel
2022-01-24 10:02:35 +02:00
committed by GitHub
parent 569f8ae143
commit 39f0b74897
10 changed files with 4694 additions and 946 deletions

2
ui/.env.basic Normal file
View File

@@ -0,0 +1,2 @@
REACT_APP_OVERRIDE_WS_URL="ws://localhost:8899/ws"
REACT_APP_OVERRIDE_API_URL="http://localhost:8899/"