mirror of
https://github.com/run-llama/flow-maker.git
synced 2026-07-01 21:14:02 -04:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
typescript: {
|
|
ignoreBuildErrors: true,
|
|
},
|
|
};
|
|
|
|
export default nextConfig;
|