From 57a4db9762c2d0a331d6127e801ad8f3f98b8244 Mon Sep 17 00:00:00 2001 From: dupontbertrand Date: Mon, 20 Apr 2026 12:11:51 +0200 Subject: [PATCH 1/8] templating-compiler: remove archMatching: 'web' to compile templates for all architectures This allows compiled Blaze templates to be available on the server, which is required for server-side rendering use cases (SSG/SSR). Server-side overhead is minimal (~500 bytes per template). The