From b76312d8015e25a0ebdfd4899504b1ccf505d312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 23 Dec 2025 13:55:54 +0100 Subject: [PATCH] Update config.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Kévin Dunglas --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 407da33e..d3a8c86f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -213,7 +213,7 @@ This is useful for development environments. } ``` -This feature is often used in combination with [hot reload](hot-reload.md) +This feature is often used in combination with [hot reload](hot-reload.md). If the `watch` directory is not specified, it will fall back to `./**/*.{env,php,twig,yaml,yml}`, which watches all `.php`, `.yaml`, `.yml`, `.twig` and `.env` files in the directory and subdirectories