readded fe

This commit is contained in:
2023-10-13 16:09:34 +02:00
parent 52664b7adb
commit 884ae00574
3 changed files with 11 additions and 10 deletions

View File

@@ -16,8 +16,8 @@ if not os.path.exists(fe_path) or not os.path.exists(os.path.join(fe_path, "inde
app.logger.critical(
"Frontend path and/or index.html does not exist! Please build frontend before continuing! "
"You might want to go to ../frontend and continue from there.")
print("FATAL: Frontend path wrong or index.html missing -> EXITING!")
exit()
print("ERROR: Frontend path wrong or index.html missing -> NO WEB-UI AVAILABLE!")
#exit()
fe_bp = Blueprint('frontend', __name__, url_prefix='/', template_folder=os.path.join(fe_path, ""))