big update

This commit is contained in:
2023-07-30 17:52:18 +02:00
parent 4ec3c5ab2f
commit 65f8d8567e
12 changed files with 2631 additions and 3115 deletions

View File

@@ -2,5 +2,5 @@
"development": false,
"defaultMinuteSpan": 60,
"reloadIntervalSec": 30,
"dataEndpoint": "http://home.djledda.de:4040/climate/api"
"dataEndpoint": "http://home.djledda.de/climate/api"
}

View File

@@ -1,7 +1,7 @@
import {defineConfig} from "vite";
export default defineConfig({
base: "/climate/static",
base: "/climate",
build: {
outDir: "../dist",
},