1786113352

This commit is contained in:
2026-08-07 16:35:52 +02:00
parent f286abacdf
commit 67cf676fe0
2 changed files with 3 additions and 1 deletions

2
build
View File

@@ -3,4 +3,4 @@ git add .
git commit -am "$(date +%s)"
git push
ssh -t trekstor -- "cd dashboard && git pull && cargo r -r"
# ssh -t trekstor -- "cd dashboard && git pull && cargo r -r"

View File

@@ -1,3 +1,5 @@
// Respectfully stolen from https://github.com/justinledwards/ferrink-home-assistant <3
export global Settings {
in-out property <bool> dark-mode: true;
}