6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
import path from 'path'
|
|
import { read } from './yaml.js'
|
|
|
|
export default function () {
|
|
return read(path.join(__dirname, 'config.yaml'))
|
|
} |