woodpecker/web/src/vite-env.d.ts
Lukas 72df167d2d
Lazy load locales (#1362)
Closes #1345 

`index.js` size reduction: `538.71 KiB` -> `382.74 KiB`

Also sets correct html `lang` attribute.
2022-12-29 13:41:59 +01:00

6 lines
140 B
TypeScript

// / <reference types="vite/client" />
declare module 'virtual:vue-i18n-supported-locales' {
export const SUPPORTED_LOCALES: string[];
}