1 2 3 4 5 6 7
import { readFileSync } from 'fs'; console.log('DIR', __dirname); export const md = { introduction: readFileSync('lib/md/introduction.md').toString(), };