Remove dev indicators

This commit is contained in:
Jaret Burkett 2026-07-24 13:30:30 -06:00
parent 8f2d001eae
commit be3406140b
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ const nextConfig: NextConfig = {
}
return config;
},
devIndicators: {
buildActivity: false,
},
devIndicators: false,
typescript: {
// Remove this. Build fails because of route types
ignoreBuildErrors: true,