mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Fix Build Issues
This commit is contained in:
parent
23751c9b49
commit
fe7ceb60b2
4 changed files with 9 additions and 3 deletions
|
@ -8,7 +8,7 @@ export async function register() {
|
|||
'@neshca/cache-handler/instrumentation'
|
||||
);
|
||||
|
||||
const CacheHandler = (await import('./cache-handler')).default;
|
||||
const CacheHandler = (await import('./cache-handler.mjs')).default;
|
||||
|
||||
await registerInitialCache(CacheHandler);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue