mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 06:41:18 +00:00
72df167d2d
Closes #1345 `index.js` size reduction: `538.71 KiB` -> `382.74 KiB` Also sets correct html `lang` attribute.
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
// / <reference types="vite/client" />
|
|
|
|
declare module 'virtual:vue-i18n-supported-locales' {
|
|
export const SUPPORTED_LOCALES: string[];
|
|
}
|