Saving a mostly working Jitsi update

This commit is contained in:
Scott Idem
2025-12-12 16:03:30 -05:00
parent 2a5b46883f
commit fcc2811dc7
3 changed files with 56 additions and 50 deletions

10
src/app.d.ts vendored
View File

@@ -14,12 +14,4 @@ declare global {
namespace App {
interface Platform {}
}
interface ImportMetaEnv {
VITE_NOVI_API_KEY: string;
VITE_NOVI_MOD_GROUP_GUID: string;
VITE_JITSI_TOKEN_ENDPOINT: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
}
}