update env setup

This commit is contained in:
Matthias Hochmeister
2026-02-27 14:13:50 +01:00
parent 44c7958980
commit 2a70c274fb
6 changed files with 15 additions and 13 deletions

View File

@@ -2,7 +2,8 @@
interface ImportMetaEnv {
readonly VITE_API_URL: string;
// Add more env variables as needed
readonly AUTHENTIK_URL: string;
readonly AUTHENTIK_CLIENT_ID: string;
}
interface ImportMeta {