mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +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:
|
||||
process.env.NODE_ENV === 'production'
|
||||
? require.resolve('./cache-handler.ts')
|
||||
? require.resolve('./cache-handler')
|
||||
: undefined,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue