mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: create shared workspace (#51454)
This commit is contained in:
committed by
GitHub
parent
3c0c14b427
commit
391fc2e34d
@@ -2,7 +2,7 @@ const path = require('path');
|
||||
|
||||
const _ = require('lodash');
|
||||
|
||||
const envData = require('../../config/env.json');
|
||||
const envData = require('../config/env.json');
|
||||
const {
|
||||
getChallengesForLang,
|
||||
generateChallengeCreator,
|
||||
|
||||
@@ -3,7 +3,7 @@ const { sortChallengeFiles } = require('../sort-challengefiles');
|
||||
const {
|
||||
challengeTypes,
|
||||
viewTypes
|
||||
} = require('../../../config/challenge-types');
|
||||
} = require('../../../shared/config/challenge-types');
|
||||
|
||||
const backend = path.resolve(
|
||||
__dirname,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Certification } from '../../config/certification-settings';
|
||||
import { Certification } from '../../shared/config/certification-settings';
|
||||
|
||||
const idToPath = new Map(
|
||||
Object.entries({
|
||||
|
||||
Reference in New Issue
Block a user