Update to latest vue defaults
This commit is contained in:
5
env.d.ts
vendored
5
env.d.ts
vendored
@ -1,5 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
// https://github.com/intlify/vue-i18n-next/issues/1403
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference path="node_modules/vue-i18n/dist/vue-i18n.d.ts" />
|
||||
declare module 'vue-i18n'
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly SAFETWITCH_BACKEND_DOMAIN: string
|
||||
readonly SAFETWITCH_INSTANCE_DOMAIN: string
|
||||
|
Reference in New Issue
Block a user