im fucking losing it
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 12:26:15 +03:00
parent b3a8c61d88
commit 38b831243e
6 changed files with 8 additions and 15 deletions

7
env.d.ts vendored
View File

@ -1,7 +1,7 @@
/// <reference types="vite/client" />
// https://github.com/intlify/vue-i18n-next/issues/1403
/// <reference types="vite/client" />
/// <reference types="vite/client" />
/// <reference path="node_modules/vue-i18n/dist/vue-i18n.d.ts" />
declare module 'vue-i18n'
@ -13,10 +13,9 @@ interface ImportMetaEnv {
readonly SAFETWITCH_FALLBACK_LOCALE: string
readonly SAFETWITCH_COMMIT_HASH: string
readonly SAFETWITCH_TAG: string
readonly SAFETWITCH_DEFAULT_THEME: string
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}