Actual relative path

This commit is contained in:
Fabio Berger 2018-08-27 10:10:07 +01:00
parent 9fc8a6e214
commit 90c9e3496a

View File

@ -1,5 +1,5 @@
import { readFileSync } from 'fs'; import { readFileSync } from 'fs';
export const md = { export const md = {
introduction: readFileSync('src/md/introduction.md').toString(), introduction: readFileSync('introduction.md').toString(),
}; };