import { join } from 'path'; export const CHALLENGE_DIR = join( process.cwd(), '..', '..', '..', 'curriculum', 'challenges', 'english' ); export const META_DIR = join( process.cwd(), '..', '..', '..', 'curriculum', 'challenges', '_meta' );