Added Taxonomy Collections & Readers

This commit is contained in:
2025-11-12 14:47:52 +01:00
parent 9cecb48d34
commit 168f3de243
8 changed files with 82 additions and 2 deletions

7
src/lib/readers/base.ts Normal file
View File

@@ -0,0 +1,7 @@
import { createReader } from '@keystatic/core/reader';
import { cache } from 'react';
import keystaticConfig from '~/keystatic.config';
export const reader = createReader(process.cwd(), keystaticConfig);
export { cache };