diff --git a/src/frontend_bundle.py b/src/frontend_bundle.py
index 8b448cb..e8db10f 100644
--- a/src/frontend_bundle.py
+++ b/src/frontend_bundle.py
@@ -114,7 +114,13 @@ def build_frontend(frontend_dir: Path) -> FrontendBuild:
f''
for name, bundle in feature_bundles.items()
)
- dashboard_html = dashboard_html.replace("", feature_metadata + "\n")
+ workspace_preload = (
+ f''
+ )
+ dashboard_html = dashboard_html.replace(
+ "", feature_metadata + "\n" + workspace_preload + "\n"
+ )
dashboard_html = dashboard_html.replace(
"