aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/md/index.ts
blob: b32cba6f4cace24fdecc09294594aea2ef3218b2 (plain) (blame)
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(),
};