Files
pipecat/examples/pcc-transport-chatbot/client-react/next.config.ts
Chad Bailey 974e989cb5 fixup
2025-04-03 17:18:26 +00:00

8 lines
133 B
TypeScript

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