mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
Fix Build Issues
This commit is contained in:
parent
0f899cb34f
commit
23751c9b49
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const nextConfig: NextConfig = {
|
||||||
},
|
},
|
||||||
cacheHandler:
|
cacheHandler:
|
||||||
process.env.NODE_ENV === 'production'
|
process.env.NODE_ENV === 'production'
|
||||||
? require.resolve('./cache-handler.ts')
|
? require.resolve('./cache-handler')
|
||||||
: undefined,
|
: undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue