mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-30 16:43:37 +00:00
Fix Build Issues
This commit is contained in:
parent
fe7ceb60b2
commit
be70b88925
3 changed files with 2 additions and 8 deletions
|
@ -53,7 +53,7 @@ const nextConfig: NextConfig = {
|
|||
},
|
||||
cacheHandler:
|
||||
process.env.NODE_ENV === 'production'
|
||||
? require.resolve('./cache-handler.mts')
|
||||
? require.resolve('./cache-handler.mjs')
|
||||
: undefined,
|
||||
};
|
||||
|
||||
|
|
|
@ -24,12 +24,6 @@
|
|||
},
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".next/types/**/*.ts",
|
||||
"cache-handler.mts"
|
||||
],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue