import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ["@c2s/payload-contracts"], }; export default nextConfig;