0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-04-12 21:31:19 -05:00

add it to program to be able to read it

This commit is contained in:
Max Ebert 2024-09-27 15:56:39 +02:00
parent 71186f0a23
commit 255e730ab9

1
env.d.ts vendored
View file

@ -8,6 +8,7 @@ declare module 'vue-i18n'
interface ImportMetaEnv {
readonly SAFETWITCH_BACKEND_DOMAIN: string
readonly SAFETWITCH_INSTANCE_DOMAIN: string
readonly SAFETWITCH_TWITCH_CLIENT_ID: string
readonly SAFETWITCH_HTTPS: string
readonly SAFETWITCH_DEFAULT_LOCALE: string
readonly SAFETWITCH_FALLBACK_LOCALE: string