From 27d78928ea370f0d6122ed6725d83922419a0e09 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 10 Nov 2024 10:08:34 -0500 Subject: [PATCH] include caveat --- src/tags.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tags.ts b/src/tags.ts index 3b7a9fb..9bf8183 100644 --- a/src/tags.ts +++ b/src/tags.ts @@ -1,3 +1,4 @@ +// !!NOTE: This `import.meta.glob` is currently a Vite-only feature. const modules = import.meta.glob>("./articles/*", { import: "tags", eager: true,