perf: offload long running tasks to workers, preloading dm page data

This commit is contained in:
Samuel 2024-12-19 16:44:27 +01:00
parent cad305aa66
commit df218b9a56
18 changed files with 524 additions and 297 deletions

View file

@ -13,6 +13,7 @@
"isolatedModules": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"lib": ["ESNext", "DOM", "WebWorker"],
"paths": {
"~/*": ["./src/*"]
}