From 9b16ff429aa75838c6e3f0e1e21a344a3094ba60 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Thu, 1 Jan 2026 00:53:46 -0500 Subject: [PATCH] tweaked dev build header --- ui/src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index d27efcd..1df0e07 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -19,6 +19,7 @@ function formatDate(dateStr) { } const environment = import.meta.env.VITE_ENVIRONMENT; +const version = import.meta.env.VITE_APPLICATION_VERSION;