Files
copilotkit__copilotkit/examples/showcases/spreadsheet/next.config.mjs
2026-03-12 13:06:02 -07:00

9 lines
149 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
eslint : {
ignoreDuringBuilds : true,
}
};
export default nextConfig;