wip
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
// Fix for Next.js 13+ Turbopack in monorepos to correctly identify the workspace root
|
||||
outputFileTracingRoot: '../../',
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
@@ -17,9 +19,6 @@ const nextConfig = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: false,
|
||||
},
|
||||
eslint: {
|
||||
ignoreDuringBuilds: false,
|
||||
},
|
||||
transpilePackages: [
|
||||
'@gridpilot/racing',
|
||||
'@gridpilot/identity',
|
||||
|
||||
Reference in New Issue
Block a user