mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: hot reloading lessons (#63781)
This commit is contained in:
committed by
GitHub
parent
7f8bf854e8
commit
d1be12b869
@@ -19,7 +19,7 @@ const {
|
|||||||
const {
|
const {
|
||||||
transformSuperBlock
|
transformSuperBlock
|
||||||
} = require('../../curriculum/dist/build-superblock.js');
|
} = require('../../curriculum/dist/build-superblock.js');
|
||||||
const { getSuperOrder } = require('../../curriculum/dist/config.js');
|
const { getSuperOrder } = require('../../curriculum/dist/super-order.js');
|
||||||
|
|
||||||
const curriculumLocale = process.env.CURRICULUM_LOCALE || 'english';
|
const curriculumLocale = process.env.CURRICULUM_LOCALE || 'english';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user