create prod env
This commit is contained in:
@@ -4,7 +4,7 @@ const token = import.meta.env.VITE_HA_TOKEN;
|
||||
async function fetchTentHumidity() {
|
||||
if (!token) {
|
||||
console.error("HA token not found");
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user