Able to build production locally but not on vercel
Unanswered
Exotic Shorthair posted this in #help-forum
Exotic ShorthairOP
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
Exotic ShorthairOP
Would appreciate some help here!