Compare commits

...

1 Commits

Author SHA1 Message Date
Avraham Sakal 27d78928ea include caveat 2024-11-10 10:08:34 -05:00
+1
View File
@@ -1,3 +1,4 @@
// !!NOTE: This `import.meta.glob` is currently a Vite-only feature.
const modules = import.meta.glob<Array<string>>("./articles/*", { const modules = import.meta.glob<Array<string>>("./articles/*", {
import: "tags", import: "tags",
eager: true, eager: true,