We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f0e82 commit 10b695bCopy full SHA for 10b695b
packages/cli-hooks/src/get-hooks.js
@@ -41,7 +41,7 @@ if (fs.realpathSync(process.argv[1]) === fileURLToPath(import.meta.url)) {
41
/**
42
* Information about the app files to watch for server restarts.
43
* @typedef AppConfigWatch
44
- * @property {string} filter-regex - Regex pattern for finding filtered files.
+ * @property {string} [filter-regex] - Regex pattern for finding filtered files.
45
* @property {string[]} paths - Specific locations to begin searching for files.
46
*/
47
0 commit comments