create prod env

This commit is contained in:
2025-12-19 15:51:11 +01:00
parent 5576d2442e
commit 709880d2b1
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const token = import.meta.env.VITE_HA_TOKEN;
async function fetchTentHumidity() {
if (!token) {
console.error("HA token not found");
return;
}