frontend production build fix

This commit is contained in:
Igor Lobanov 2024-06-05 23:10:55 +02:00
parent cd1be2d66d
commit b943f2011f
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
// eslint-disable-next-line import/no-relative-packages
import twosky from '../../../.twosky.json';
console.log(twosky[0]);
export const { languages: LANGUAGES, base_locale: BASE_LOCALE } = twosky[0];
export const LANGUAGES = twosky[0].languages;
export const BASE_LOCALE = twosky[0].base_locale;