Files
2026-03-12 13:06:02 -07:00

9 lines
180 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
serverExternalPackages: ["@copilotkit/runtime"],
};
export default nextConfig;