update deployment

This commit is contained in:
2024-09-29 18:17:10 +02:00
parent 2f0d8f2e1d
commit ca8bfac3bc
13 changed files with 426 additions and 24 deletions

1
src/env.d.ts vendored
View File

@@ -15,6 +15,7 @@ interface ImportMetaEnv {
readonly VITE_LATEST_FIRMWARE: string;
readonly VITE_STORE_URL: string;
readonly VITE_MATRIX_URL: string;
readonly VITE_FIRMWARE_URL: string;
}
interface ImportMeta {