mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-25 22:15:07 +00:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user