We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bd85f commit 0d64c7fCopy full SHA for 0d64c7f
index.js
@@ -260,6 +260,7 @@ const main = async () => {
260
try {
261
if (options.customConfig) {
262
const customConfigPath = resolve(process.cwd(), options.customConfig)
263
+ console.log(`✨ found custom config at: ${customConfigPath}`)
264
customConfig = require(customConfigPath)
265
}
266
} catch (error) {
0 commit comments