codeflash-internal/js/cf-webapp/next.config.js
2023-12-08 18:07:50 -08:00

6 lines
186 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {serverActions: { allowedOrigins: ["app.codeflash.ai", "localhost:3000"], }}
}
module.exports = nextConfig