From 13e2c180647835dc27c25f6fa0e2121be280b31d Mon Sep 17 00:00:00 2001 From: Carter Date: Fri, 20 Mar 2026 11:34:49 -0600 Subject: [PATCH] enabled web sockets again to test them on staging --- .env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env b/.env index 6e8f870..9fdc8f3 100644 --- a/.env +++ b/.env @@ -20,3 +20,6 @@ VITE_APP_WEBSITE_TITLE="Adaptive Dashboard" VITE_APP_PRIMARY_COLOUR=blue VITE_APP_SECONDARY_COLOUR=blueGrey VITE_APP_SIGNATURE_COLOUR="#323232" + +# Live device/component WebSocket streams (must match string "true" in code) +VITE_ENABLE_WEBSOCKETS=true