From ebfb8d4a6019a7e4fda05bfc0078f13e90f75684 Mon Sep 17 00:00:00 2001 From: Julien Herr Date: Fri, 22 May 2026 17:28:02 +0200 Subject: [PATCH] fix(config): silence CSS module rule fallthrough warning --- wrangler-example.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler-example.toml b/wrangler-example.toml index c4f7eec..932783b 100644 --- a/wrangler-example.toml +++ b/wrangler-example.toml @@ -17,6 +17,7 @@ kv_namespaces = [ [[rules]] type = "Text" globs = ["**/*.css"] +fallthrough = false # Workers Observability (keeps config in sync with dashboard toggle) [observability.logs]