feat: create base fsd-shadcn-payload repo

This commit is contained in:
2025-10-15 16:38:58 +03:00
parent 6cd36bc8b4
commit b8b9994997
93 changed files with 15938 additions and 250 deletions

View File

@@ -1,7 +1,8 @@
import { withPayload } from "@payloadcms/next/withPayload";
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;
export default withPayload(nextConfig);