Able to build production locally but not on vercel
Unanswered
Russian Blue posted this in #help-forum
Russian BlueOP
My next.config.ts
On vercel I get 300 errors relating to typescript/ types
const nextConfig: NextConfig = {
typescript: {
ignoreBuildErrors: true,
},
/* config options here */
eslint: {
ignoreDuringBuilds: true,
},
};
export default nextConfig;On vercel I get 300 errors relating to typescript/ types
1 Reply
Russian BlueOP
Would appreciate some help here!