production build quickfix
This commit is contained in:
parent
7b8ac01fc2
commit
cd1be2d66d
|
@ -1,4 +1,6 @@
|
||||||
// eslint-disable-next-line import/no-relative-packages
|
// eslint-disable-next-line import/no-relative-packages
|
||||||
import twosky from '../../../.twosky.json';
|
import twosky from '../../../.twosky.json';
|
||||||
|
|
||||||
|
console.log(twosky[0]);
|
||||||
|
|
||||||
export const { languages: LANGUAGES, base_locale: BASE_LOCALE } = twosky[0];
|
export const { languages: LANGUAGES, base_locale: BASE_LOCALE } = twosky[0];
|
||||||
|
|
Loading…
Reference in New Issue