From f328d0c3adbb765e42f86c2932fa22f39a628a7d Mon Sep 17 00:00:00 2001 From: Hyko Date: Sat, 25 Apr 2026 10:50:53 -0400 Subject: [PATCH] feat(templates): add zen catch-all page route with server export --- templates/app/zen/[...path]/page.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/app/zen/[...path]/page.js diff --git a/templates/app/zen/[...path]/page.js b/templates/app/zen/[...path]/page.js new file mode 100644 index 0000000..66f0a64 --- /dev/null +++ b/templates/app/zen/[...path]/page.js @@ -0,0 +1 @@ +export { default } from '@zen/core/public-pages/server';