Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Jul 10, 2023
1 parent a47e0ac commit ffdf604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/config/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { readFileSync } from 'fs';
import * as yaml from 'js-yaml';
import { join } from 'path';

const YAML_CONFIG_FILENAME = '../../config.yaml';
const YAML_CONFIG_FILENAME = '../../conf.yaml';

export default () => {
return yaml.load(
Expand Down

0 comments on commit ffdf604

Please sign in to comment.