Merge pull request #1927 from M3sca/patch-1

Update configuration.md
This commit is contained in:
Kamil Mysliwiec
2021-05-20 08:40:33 +02:00
committed by GitHub

View File

@@ -148,7 +148,7 @@ import { readFileSync } from 'fs';
import * as yaml from 'js-yaml';
import { join } from 'path';
const YAML_CONFIG_FILENAME = 'config.yml';
const YAML_CONFIG_FILENAME = 'config.yaml';
export default () => {
return yaml.load(