From 4cc8f96b2b9f7d9430afb4ced46c9958fada69db Mon Sep 17 00:00:00 2001 From: Clovis Date: Wed, 25 Dec 2024 12:09:56 +0100 Subject: [PATCH] chore: add logs --- elk/components/nav/NavTitle.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elk/components/nav/NavTitle.vue b/elk/components/nav/NavTitle.vue index 7db0758465..03609ec5cc 100644 --- a/elk/components/nav/NavTitle.vue +++ b/elk/components/nav/NavTitle.vue @@ -17,6 +17,10 @@ onMounted(() => { router.afterEach(() => { back.value = router.options.history.state.back }) + +console.log("singleInstanceServer", singleInstanceServer) +console.log("runtime", useRuntimeConfig().public.singleInstance) +console.log("currentInstance", currentInstance.value)