aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-api/src/md/index.ts
blob: 076c3c45cc0a14f79cf5bd560b3ea0c436b0818b (plain) (blame)
1
2
3
4
5
import { readFileSync } from 'fs';

export const md = {
    introduction: readFileSync('src/md/introduction.md').toString(),
};