Add release runtime bootstrap implementation with unit and E2E tests

- Create `releaseBootstrap.js` service to handle runtime configuration and remote frontend loading.
- Integrate runtime-aware API URL resolution across components and services.
- Update i18n phrases to clarify new domains for `ssl_domain_message`.
- Enhance unit and E2E tests to validate runtime-based frontend loading and fallback behavior.
- Refactor session-related API calls and incorporate runtime-configured base URLs.
This commit is contained in:
Jeppe Bundgaard
2026-05-20 11:26:21 +02:00
parent 3715da8fd3
commit 130cc2fc10
43 changed files with 2040 additions and 406 deletions
+1 -1
View File
@@ -16,6 +16,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/src/releaseBootstrap.js"></script>
</body>
</html>