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:
parent
71186f0a23
commit
255e730ab9
1 changed files with 1 additions and 0 deletions
1
env.d.ts
vendored
1
env.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue