be472b61e
4ac43a9fd
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(), };