Skip to content

Commit

Permalink
frontend production build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bniwredyc committed Jun 5, 2024
1 parent cd1be2d commit b943f20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/helpers/twosky.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit b943f20

Please sign in to comment.