frontend production build fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user