8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import { defineConfig } from "@content-collections/core";
|
|
|
|
import { collections } from "./src/collections/api";
|
|
|
|
export default defineConfig({
|
|
collections,
|
|
});
|