mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
allowedDevOrigins: ["127.0.0.1"],
|
|
};
|
|
|
|
export default nextConfig;
|