Try relative to root dir

This commit is contained in:
Fabio Berger 2018-08-27 10:38:06 +01:00
parent cc77d1dd49
commit 4ac43a9fd2

View File

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