Files
create-better-t-stack/apps/cli/templates/backend/next/next.config.ts
Aman Varshney 7f441ef670 add orpc
2025-04-17 16:45:33 +05:30

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;