mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
frontend production build fix
This commit is contained in:
parent
cd1be2d66d
commit
b943f2011f
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue