chore(client): refactor & organise config (#40875)
This commit is contained in:
committed by
GitHub
parent
c1f9cd93f5
commit
fffc0e51ec
@@ -6,7 +6,7 @@ const {
|
||||
challengesDir,
|
||||
getChallengesDirForLang
|
||||
} = require('../../curriculum/getChallenges');
|
||||
const { curriculumLocale } = require('../config/env.json');
|
||||
const { curriculumLocale } = require('../../config/env.json');
|
||||
|
||||
exports.localeChallengesRootDir = getChallengesDirForLang(curriculumLocale);
|
||||
|
||||
|
Reference in New Issue
Block a user