Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
fix: custom config name
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoone committed Apr 19, 2020
1 parent af02b70 commit 760b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/custom-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const getCustomConfig = () => {
return customConfig
}

const llsConfig = getProjectFilePath('vira.config.js')
const llsConfig = getProjectFilePath('lark.config.js')
try {
fs.accessSync(llsConfig, fs.constants.F_OK | fs.constants.R_OK)
customConfig = Object.assign({}, defaultConfig, require(llsConfig))
Expand Down

0 comments on commit 760b171

Please sign in to comment.