feat(fullstack): Add server health check with overlay

This commit is contained in:
2025-09-05 15:24:51 +02:00
parent 6090d543c1
commit 79c0734bd2
10 changed files with 201 additions and 8 deletions

View File

@@ -5,6 +5,8 @@
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
<ServerConnectionOverlay />
</UApp>
</template>