im fucking losing it
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s
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:
7
env.d.ts
vendored
7
env.d.ts
vendored
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user