Skip to content

Commit 10b695b

Browse files
zimegmwbrooks
andauthored
docs: make optional filter regex for app configuration watch
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent a2f0e82 commit 10b695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-hooks/src/get-hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (fs.realpathSync(process.argv[1]) === fileURLToPath(import.meta.url)) {
4141
/**
4242
* Information about the app files to watch for server restarts.
4343
* @typedef AppConfigWatch
44-
* @property {string} filter-regex - Regex pattern for finding filtered files.
44+
* @property {string} [filter-regex] - Regex pattern for finding filtered files.
4545
* @property {string[]} paths - Specific locations to begin searching for files.
4646
*/
4747

0 commit comments

Comments
 (0)