mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-08 16:14:28 +00:00
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import { resolve } from 'node:path';
|
|
|
|
export const localeFilesFolder = resolve(import.meta.dirname, '../locales/**');
|