mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 21:32:38 +02:00
chore: refactor & fix typo
This commit is contained in:
parent
dd5757ce65
commit
c5dfddaf61
6 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ module.exports = async function dev(sourceDir, cliOptions = {}) {
|
|||
console.error(chalk.red(err.stack));
|
||||
});
|
||||
};
|
||||
const fsWatcher = chokidar.watch(['**/*.md', '.blogi/config.js'], {
|
||||
const fsWatcher = chokidar.watch(['**/*.md', 'config.js'], {
|
||||
cwd: sourceDir,
|
||||
ignoreInitial: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue