Skip to content

Commit

Permalink
chore: rename default config extension to .jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
martiliones committed Jan 26, 2024
1 parent 0be249b commit f5176a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import chalk from 'chalk';
import * as log from './log.js';

const configPathName = '.adm';
const configFileName = process.env.ADM_CONFIG_FILENAME || 'config.json';
const configFileName = process.env.ADM_CONFIG_FILENAME || 'config.jsonc';

const homeDir = os.homedir();
const configDirPath =
Expand Down

0 comments on commit f5176a8

Please sign in to comment.