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