-
- Welcome to the Authentication Demo
-
+
+
+ Welcome to the Authentication Demo
+
+
+ This is a demo environment. Data is reset periodically.
+
+
+
{#if browser}
diff --git a/frontend/src/routes/HealthCheck.svelte b/frontend/src/routes/HealthCheck.svelte
new file mode 100644
index 0000000..764c5a4
--- /dev/null
+++ b/frontend/src/routes/HealthCheck.svelte
@@ -0,0 +1,19 @@
+
+
+
+ {#if backendHealthCheck}
+ Backend is ready
+ {:else}
+ Backend is waking up...
+ {/if}
+